Struct asio::IoService [] [src]

pub struct IoService { /* fields omitted */ }

Methods

impl IoService
[src]

Trait Implementations

impl Executor for IoService
[src]

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

impl TimerQueue for IoService
[src]

Always return immediately.