To page top

proc { ... }    // process
run(p: PROC)    // run process
p.fork          // run in parallel to current thread
p || q          // parallel composition
|| (for (...) yield proc { ...})
exit()          // stop thread pool

Copyright © 2021 Chua Hou.