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
Post a Comment