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.

Provides a Strand handler to asynchronous operation.

The StrandHandler has trait the Handler, that type of Handler::Output is ().

Trait Implementations

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

Returns a IoService associated with this object.

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

The resulting type after dereferencing

The method called to dereference a value