; F1R3FLY concurrent execution model ; Based on rho-calculus new channel in { channel!(42) | for (value <- channel) { stdout!(*value) } } ; Processes communicate via named channels