c++ - Boost.Asio completion conditions -


from boost.asio documentation have learned fololowing thing completion handlers:

asynchronous completion handlers called threads calling io_service::run().

but compeltion conditions? thread may called? guaranty completion handlers work completion conditions too?


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -