Struct asyncio::Strand [] [src]

pub struct Strand<'a, T> { /* fields omitted */ }

Methods

impl<'a, T: 'static> Strand<'a, T>
[src]

Trait Implementations

impl<'a, T> IoObject for Strand<'a, T>
[src]

Returns a IoService associated with this object.

impl<'a, T> Deref for Strand<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T> DerefMut for Strand<'a, T>
[src]

The method called to mutably dereference a value