Skip to contents

Non-blocking check to see if an async operation has completed.

Usage

is_ready(x, ...)

Arguments

x

An async value object.

...

Additional arguments (unused).

Value

TRUE if the operation has completed, FALSE otherwise.