R/async.R
is_ready.Rd
Non-blocking check to see if an async operation has completed.
is_ready(x, ...)
An async value object.
Additional arguments (unused).
TRUE if the operation has completed, FALSE otherwise.
TRUE
FALSE