Struct prodash::render::line::JoinHandle[][src]

pub struct JoinHandle { /* fields omitted */ }
Expand description

A handle to the render thread, which when dropped will instruct it to stop showing progress.

Implementations

detach() and forget() to remove any effects associated with this handle.

Remove the handles capability to instruct the render thread to stop.

Remove the handles capability to join() by forgetting the threads handle

Wait for the thread to shutdown naturally, for example because there is no more progress to display

Send the shutdown signal right after one last redraw

Send the signal to shutdown and wait for the thread to be shutdown.

Trait Implementations

Executes the destructor for this type. Read more

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

Performs the conversion.

Performs the conversion.

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.