Struct tokio_threadpool::Worker
[−]
[src]
pub struct Worker { /* fields omitted */ }Thread worker
This is passed to the around_worker callback set on Builder. This
callback is only expected to call run on it.
Methods
impl Worker[src]
Trait Implementations
impl Debug for Worker[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more