Struct asyncio::Coroutine
[−]
[src]
pub struct Coroutine<'a>(_);
Methods
impl<'a> Coroutine<'a>
[src]
fn wrap<R: Send + 'static>(&self) -> CoroutineHandler<R>
Returns a Coroutine
handler to asynchronous operation.
Trait Implementations
impl<'a> IoObject for Coroutine<'a>
[src]
fn io_service(&self) -> &IoService
Returns a IoService
associated with this object.