Struct asio::LoopScheduler [] [src]

pub struct LoopScheduler { /* fields omitted */ }

Methods

impl LoopScheduler
[src]

Trait Implementations

impl Executor for LoopScheduler
[src]

submit the function for later execution; never block the calling thread to wait for the function to complete Read more