Crates.io | theater |
lib.rs | theater |
version | 0.1.1 |
source | src |
created_at | 2015-08-12 07:14:28.879715 |
updated_at | 2015-12-11 23:59:11.698689 |
description | An (UNFINISHED) implementation of the actor concurrency model |
homepage | |
repository | https://github.com/aji/rust-theater |
max_upload_size | |
id | 2822 |
size | 3,766 |
This package is not yet ready to be used, and this notification will be removed when it is.
theater
is a bare-bones Rust implementation of the actor model
of concurrency. The goal is to provide a decent personal challenge, and to
eventually support other personal challenges.