Skip to main content

FnPinBoxFutureSend

Trait FnPinBoxFutureSend 

Source
pub trait FnPinBoxFutureSend<T>:
    Fn() -> SendableAsyncTask<T>
    + Send
    + Sync
    + 'static { }
Expand description

A trait for thread-safe, reference-counted closures that produce a sendable async task.

Implementorsยง