Attribute Macro 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.