Hacker News new | ask | show | jobs
by Sinidir 1194 days ago
How do you to zero-copy message passing if you have one heap per actor? Or am i misunderstanding and a couple of actors share a heap, but there is no giant heap?
1 comments

You give ownership as well, thus the actor owns the handle.