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