pub struct Installer { /* private fields */ }
Expand description

A thread installer that is passed to a Threadable when installing the threads into the Runtime

Implementations

Spawn a new thread with a name. The installer function callback will be called with a Notifier and is returns the thread function.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.