async-local 3.0.0

For using thread locals within an async context and across await points
Documentation
1
2
3
fn main() {
  println!("cargo::rustc-check-cfg=cfg(loom)");
}