pub struct StdThreadScope;Expand description
ThreadScope backed by std::thread::scope: one OS thread per chunk, no
pool.
Trait Implementations§
Source§impl Clone for StdThreadScope
impl Clone for StdThreadScope
Source§fn clone(&self) -> StdThreadScope
fn clone(&self) -> StdThreadScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StdThreadScope
Source§impl Default for StdThreadScope
impl Default for StdThreadScope
Source§fn default() -> StdThreadScope
fn default() -> StdThreadScope
Returns the “default value” for a type. Read more
Source§impl ThreadScope for StdThreadScope
Available on crate feature std only.
impl ThreadScope for StdThreadScope
Available on crate feature
std only.Auto Trait Implementations§
impl Freeze for StdThreadScope
impl RefUnwindSafe for StdThreadScope
impl Send for StdThreadScope
impl Sync for StdThreadScope
impl Unpin for StdThreadScope
impl UnsafeUnpin for StdThreadScope
impl UnwindSafe for StdThreadScope
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more