serverbox icon indicating copy to clipboard operation
serverbox copied to clipboard

Make it possible to run `TaskScheduler` and `IOCore` in user's threads

Open Gerold103 opened this issue 8 months ago • 0 comments

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.

Gerold103 avatar Apr 25 '25 21:04 Gerold103