async

Asynchronously invokes F and ignores any further actions from the spawn.

void
async
(
ARGS...
)
(
ARGS args
)

Parameters

F

Function to be invoked.

args ARGS

Arguments to invoke F on.

Meta