Struct tokio_scoped::ScopeBuilder[][src]

pub struct ScopeBuilder<'a> { /* fields omitted */ }

Struct used to build scopes from a borrowed Runtime. Generally users should use the scoped function instead of building ScopeBuilder instances directly.

Methods

impl<'a> ScopeBuilder<'a>
[src]

Trait Implementations

impl<'a> Debug for ScopeBuilder<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ScopeBuilder<'a>

impl<'a> Sync for ScopeBuilder<'a>