|
supertux
|
Keeps a list of SquirrelThreads that wait for a wakeup event. More...
#include <squirrel_thread_queue.hpp>
Public Member Functions | |
| SquirrelThreadQueue (SquirrelVM &vm) | |
| void | add (HSQUIRRELVM vm) |
| adds a thread (actually a weakref to the thread) | |
| void | wakeup () |
| wakes up threads in the list | |
Keeps a list of SquirrelThreads that wait for a wakeup event.
1.8.12