Struct crossbeam_utils::scoped::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]

[src]

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

[src]

Sets the size of the stack for the new thread.

[src]

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

Trait Implementations

Auto Trait Implementations

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

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