Struct crossbeam_utils::thread::ScopedThreadBuilder[][src]

pub struct ScopedThreadBuilder<'s, 'a: 's> { /* fields omitted */ }

Scoped thread configuration. Provides detailed control over the properties and behavior of new scoped threads.

Methods

impl<'s, 'a: 's> ScopedThreadBuilder<'s, 'a>
[src]

Names the thread-to-be. Currently the name is used for identification only in panic messages.

Sets the size of the stack for the new thread.

Spawns a new thread, and returns a join handle for it.

Auto Trait Implementations

impl<'s, 'a> !Send for ScopedThreadBuilder<'s, 'a>

impl<'s, 'a> !Sync for ScopedThreadBuilder<'s, 'a>