Spawn Expression in Verse
Spawn
The spawn expression starts one async function invocation, and any expression that follows the spawn is executed immediately while the started async function task continues independently until it completes.
The spawn expression starts one async function invocation, and any expression that follows the spawn is executed immediately while the started async function task continues independently until it completes.
| | # Continues until completed without blocking |
| --- | --- |
| | spawn{AsyncFunction1()} # Started at same time as expression0 |
| | expression0 # Started at same time as AsyncFunction1() |
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.