Replies: 2 comments 1 reply
-
Good question, though if this library is supposed to expose Erlang-style functionality, I'm not sure that's possible. Erlang allows for So, since process exit could result in the need to send messages to notify other processes, I'm not sure how to cleanly separate the two, without too many hacks (like some opaque |
Beta Was this translation helpful? Give feedback.
-
That makes sense, so process signals would use the same mailbox like for regular messages? |
Beta Was this translation helpful? Give feedback.
-
Raised by @TristanCacqueray in https://discourse.haskell.org/t/towards-an-actor-framework-for-haskell/5929/10, based on the content of https://github.com/NicolasT/troupe/wiki/Design-Ideas/.
Beta Was this translation helpful? Give feedback.
All reactions