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]
pub fn request_token(&self)
[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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more