Tick, tock...
Improving my C++ time queue
by Marius Elvert
From the article:
Another code snippet that can be found in a few of my projects is the “time queue”, which is a simple ‘priority queue’ style data structure that I use to defer actions to a later time. ...
Add a Comment
Comments are closed.