rudus/sandbox.ld
2025-06-26 20:30:40 -04:00

12 lines
123 B
Plaintext

let pid = spawn! (fn () -> {
print! (self ())
print! (msgs ())
})
send (pid, :foo)
send (pid, :bar)
yield! ()
:done