async-local 6.0.2

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