Type Definition backdrop::thread::ThreadBackdrop

source ·
pub type ThreadBackdrop<T> = Backdrop<T, ThreadStrategy>;
Available on crate feature std only.
Expand description

Convenient alias for a Backdrop that uses the ThreadStrategy