Struct jobserver::Acquired [] [src]

pub struct Acquired { /* fields omitted */ }

An acquired token from a jobserver.

This token will be released back to the jobserver when it is dropped and otherwise represents the ability to spawn off another thread of work.

Trait Implementations

impl Debug for Acquired
[src]

Formats the value using the given formatter.

impl Drop for Acquired
[src]

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