atemerev / skynet

Skynet 1M threads microbenchmark
MIT License
1.05k stars 122 forks source link

WIP Rust version #59

Closed grigio closed 8 years ago

grigio commented 8 years ago

Here is a not working Rust version ported from the Go example.

The Receiver should be wrapped in Arc to work

grigio commented 8 years ago

I've seen there is already a Rust PR https://github.com/atemerev/skynet/pull/45