Skip to content

sergey-melnychuk/uppercut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small and simple actor model implementation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages