Actors expose a message based API resulting in fast, non-blocking code execution while also eliminating race conditions to make concurrent code a breeze to write.
Build applications that isolate and recover from failures. Actors provide a Supervision Strategy that form the core of resilient application design in Riker.
Use event sourcing and Command Query Responsibility Separation (CQRS) to drive extremely fast persistent data applications.
In the Cloud, Microservices, IoT, Drones, AI and more. Rust compiles to OS binaries, has no VM or GC overhead, and requires only a few megabytes of memory.
Default thread management, concurrent logging, message scheduling and data persistence are included and can be switched for alternative implementations.
Execute Rust Futures with ease and no unsafe code used.