concurrency_toolkit 0.2.8

Easy switching between std::sync, tokio::sync and loom::sync
Documentation
1
2
3
4
5
6
extern crate concurrency_toolkit;

#[concurrency_toolkit::test]
fn f() {
    println!("Hello, world!");
}