Expand description
§Also Sync Marcos
This crate provides the #[also_sync] macro. Note, that you
need to have also_sync in your dependencies, as the
global async runtime is defined there.
Attribute Macros§
- also_
sync_ tokio - The main macro converting a
async fn xinto a syncfn x_sync(). It is currently highly experimental, so test it before using it.