Crates.io | actors |
lib.rs | actors |
version | 0.1.0 |
source | src |
created_at | 2015-05-25 13:58:11.992455 |
updated_at | 2015-12-11 23:57:25.953017 |
description | Provides actor-like concurrency for Rust |
homepage | https://github.com/kolloch/actors |
repository | https://github.com/kolloch/actors |
max_upload_size | |
id | 2201 |
size | 7,806 |
A rust library to provide actor-like message-based concurrency.
Goals:
Non-Goals:
Add this to your Cargo.toml
:
[dependencies]
actors = "0.1"