You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those classes must have a Run() method which anybody can run in any thread. Even in the main one. Similar to how boost::asio::io_context's run() method works. And naturally those must be stoppable then with a method like Stop() + Run() again.
Those classes must have a
Run()method which anybody can run in any thread. Even in the main one. Similar to howboost::asio::io_context'srun()method works. And naturally those must be stoppable then with a method likeStop()+Run()again.