A micro actor abstraction for Tokio / Rust futures
Tokio and futures-rs are designed around a lightweight task strategy. Tokio Actor builds on top of this to provide a concurrency friendly resource management abstraction. A task is used to manage a resource. Message passing is used to interact with the task.
futures-rs
is primarily distributed under the terms of both the MIT license and
the Apache License (Version 2.0), with portions covered by various BSD-like
licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.