minions 0.2.2

Experimental actor library, under constant development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "minions"
version = "0.2.2"
authors = ["David Beck <david.beck.priv@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dbeck/minions_rs"
description = "Experimental actor library, under constant development."
keywords = ["actor", "concurrency"]
readme = "README.md"
homepage = "https://github.com/dbeck/minions_rs"
#documentation = "..."

[dependencies]
lossyq = "0.1.14"
parking_lot = "0.2"
time = "0.1"