Crate also_sync_macros

source ·
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§

  • The main macro converting a async fn x into a sync fn x_sync(). It is currently highly experimental, so test it before using it.