Struct asyncio::StrandImmutable [] [src]

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

Provides immutable data and handler execution.

Methods

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

Request the strand to invoke the given handler.

Request the strand to invoke the given handler and return immediately.

Trait Implementations

impl<'a, T> AsIoContext for StrandImmutable<'a, T>
[src]

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

The resulting type after dereferencing

The method called to dereference a value