pub trait LapinAsyncGlobalExecutorExt {
// Required methods
fn with_async_global_executor(self) -> Self
where Self: Sized;
fn with_async_io(self) -> Self
where Self: Sized;
}
๐Deprecated: use async-global-executor-trait directly instead
Required Methodsยง
fn with_async_global_executor(self) -> Selfwhere
Self: Sized,
๐Deprecated: use async-global-executor-trait directly instead
fn with_async_io(self) -> Selfwhere
Self: Sized,
๐Deprecated: use async-reactor-trait directly instead
Implementations on Foreign Typesยง
Sourceยงimpl LapinAsyncGlobalExecutorExt for ConnectionProperties
impl LapinAsyncGlobalExecutorExt for ConnectionProperties
Sourceยงfn with_async_global_executor(self) -> Self
fn with_async_global_executor(self) -> Self
๐Deprecated: use async-global-executor-trait directly instead
Sourceยงfn with_async_io(self) -> Self
fn with_async_io(self) -> Self
๐Deprecated: use async-reactor-trait directly instead