Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 616 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 616 Bytes

Uppercut

Simple and small actor model implementation.

Install

Cargo.toml

[dependencies]
uppercut = "0.4"

Example

$ cargo run --example hello
[...]
result: 42
$ cargo run --release --example pi
[...]
Submitting 10000 workers making 100000 throws each.
Pi estimate: 3.141561988 (in 5 seconds)

More examples