pub trait JoinHandleExt<T> {
// Required method
fn abort_on_drop(self) -> AbortOnDrop<T> ⓘ;
}
Expand description
Trait to create an AbortOnDrop
from a JoinHandle
.
pub trait JoinHandleExt<T> {
// Required method
fn abort_on_drop(self) -> AbortOnDrop<T> ⓘ;
}
Trait to create an AbortOnDrop
from a JoinHandle
.