actors 0.1.0

Provides actor-like concurrency for Rust
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "actors"
version = "0.1.0"
authors = ["Peter Kolloch <kolloch@web-app-evolution.com>"]
description = "Provides actor-like concurrency for Rust"
documentation = "https://kolloch.github.io/actors/doc/actors/index.html"
homepage = "https://github.com/kolloch/actors"
repository = "https://github.com/kolloch/actors"
readme = "README.md"
keywords = ["actor", "concurrency", "threads", "synchronization"]
license = "BSD-3-Clause"
license-file = "LICENSE"