Skip to content

Instantly share code, notes, and snippets.

@Thomasdezeeuw
Thomasdezeeuw / Cargo.toml
Created January 18, 2019 11:53
LocalWaker and Waker implementation.
[package]
name = "waker"
version = "0.1.0"
authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
edition = "2018"
[dependencies]
crossbeam-channel = "0.3.6"
[dev-dependencies]
@Thomasdezeeuw
Thomasdezeeuw / Cargo.toml
Created January 15, 2019 12:55
Comparing atomic and non-atomic additions in Rust.
[package]
name = "tmp"
version = "0.1.0"
authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
edition = "2018"
[dev-dependencies]
criterion = "0.2"
[[bench]]