This is a discussion thread to dig into the theory surrounding how this project is (like) an actor model system and how it is or isn't compatible with structured concurrency.
BEFORE YOU THINK OR READ ANYTHING ELSE.
Watch this vid by the original author of the theory if you think you know what an actor model is or does, or looks like:
https://www.youtube.com/watch?v=7erJ1DV_Tlo
Hint: it's a computational model not an API.
A bunch of stuff that should probably be referenced in the docs and aluded to more formally in the implementation (if that's what we're after?):
Reference implementations in other languages and frameworks:
This is a discussion thread to dig into the theory surrounding how this project is (like) an actor model system and how it is or isn't compatible with structured concurrency.
BEFORE YOU THINK OR READ ANYTHING ELSE.
Watch this vid by the original author of the theory if you think you know what an actor model is or does, or looks like:
https://www.youtube.com/watch?v=7erJ1DV_Tlo
Hint: it's a computational model not an API.
A bunch of stuff that should probably be referenced in the docs and aluded to more formally in the implementation (if that's what we're after?):
Reference implementations in other languages and frameworks: