See programming-idioms.org:
Thread Concurrency in Fuzion is provided though the effect concur.thread. This effect provides an operation spawn that computes a function in parallel.
concur.thread
spawn
Alternatively, we can use map:
map