'Can i use `asio::io_context` just as an Event queue?

I am experimenting asio for game developpment. Outside networking, since I need an Event Queue and asio::io_context is basically an event queue that do tasks in order with io_context::poll(), is it too much or fine for this use ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source