Verse Library verse

03 Fragment

Launches a function in the background to run independently without blocking current flow.

verse-library/verse-concurrency-async-race-state-machines/03-fragment.verse

# Start the countdown running; don't wait for it — keep going
spawn { RunCountdown() }

Comments

    Sign in to vote, comment, or suggest an edit. Sign in