Skip to content

function fireConcurrent view code

fireConcurrent(
    lifecycle: Lifecycle<Args...>, 
    ...: Args...
): ()

Spawns all callbacks of a lifecycle asynchronously.

Parameters

lifecycle: Lifecycle

Lifecycle to spawn callbacks with.

...: Args...

Arguments to call the callbacks with.

Returns