Integrate asio::io_service into ACE_Reactor based app

99 views Asked by At

I want to integrate module with boost::asio::io_service into application with ACE_Reactor and I do not want to use separate thread for this.
In asio::io_service I can call poll_one() method to execute at most one handler that is ready to run.
The main question is: When it is better to call it?

0

There are 0 answers