Struct rayon_logs::ThreadPoolBuilder[][src]

pub struct ThreadPoolBuilder { /* fields omitted */ }

We rewrite ThreadPoolBuilders since we need to overload the start handler in order to give each thread a place to write its logs.

Methods

impl ThreadPoolBuilder
[src]

Creates a new LoggedPoolBuilder.

Set number of threads wanted.

Build the ThreadPool.

Trait Implementations

impl Default for ThreadPoolBuilder
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations