Struct jobserver::HelperThread [] [src]

pub struct HelperThread { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

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]

[src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

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]

[src]

Formats the value using the given formatter. Read more

impl Drop for HelperThread
[src]

[src]

Executes the destructor for this type. Read more