Type Alias irox_threading::SharedSendFuture
source · pub type SharedSendFuture<'a, T> = Arc<SendFuture<'a, T>>;Aliased Type§
struct SharedSendFuture<'a, T> { /* private fields */ }pub type SharedSendFuture<'a, T> = Arc<SendFuture<'a, T>>;struct SharedSendFuture<'a, T> { /* private fields */ }