Resource Page Description
A lightweight actor model implementation with demo in both C# and F#.
Features
- Lightweight: less than 150 lines of code.
- Efficient: event-based, not thread-based (exeute with .NET thread pool).
- Sacalable: fine-grained lock (can be modified to lock-free with an lock-free queue).
For more detail, please download the source code and demos.
中文用户请访问
|