pub struct Handle<P> where
    P: Processor
{ /* private fields */ }
Expand description

A handle to a task running a crate::Processor.

  • Warning: the manager stops operating if this is dropped. Permit the creation of crate::Remote.

Implementations

Will wait -possibly endlessly- for the task to finish. Prevents the task from being dropped before the current thread.

Returns a crate::Remote able to send crate::Command to the crate::Processor of the running task.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.