Struct actix_utils::oneshot::Pool [−][src]
pub struct Pool<T>(_);
Expand description
Futures-aware, pool of one-shot’s.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Pool<T>
impl<T> !UnwindSafe for Pool<T>
Blanket Implementations
Mutably borrows from an owned value. Read more