|
|
|
|
|
by coderdd
2225 days ago
|
|
Actor frameworks with message passing, just like direct mutation, don't compose. On Haskell, yes, you can just work off a thread and write shared buffers. But you are better off using STM or Async (these are a bit like futures), which compose, and you can write pipelines out of them. |
|
Not sure what you mean by "actor frameworks don't compose"?