An actor framework for Dart
See documentation for examples and guide
Goals:
- Provide an abstraction over isolates to enable simple Aggregate Root capabilities
- Allow mutable behavior semantics
- Consistent definitions for Commands and Events
- Customize operators to keep interactions terse
- Consider performance, messaging between actors will play a core role in apps that use this model