Struct jobserver::HelperThread [] [src]

pub struct HelperThread { /* fields omitted */ }

Structure returned from Client::into_helper_thread to manage the lifetime of the helper thread returned, see those associated docs for more info.

Methods

impl HelperThread
[src]

Request that the helper thread acquires a token, eventually calling the original closure with a token when it's available.

For more information, see the docs on that function.

Trait Implementations

impl Debug for HelperThread
[src]

Formats the value using the given formatter.

impl Drop for HelperThread
[src]

A method called when the value goes out of scope. Read more