Attribute Macro maybe_async::async_impl
source · #[async_impl]Expand description
mark async implementation
only compiled when is_sync feature gate is not set.
When is_sync is set, marked code is removed.
#[async_impl]mark async implementation
only compiled when is_sync feature gate is not set.
When is_sync is set, marked code is removed.