17 #ifndef HEADER_SUPERTUX_SQUIRREL_SQUIRREL_THREAD_QUEUE_HPP 18 #define HEADER_SUPERTUX_SQUIRREL_SQUIRREL_THREAD_QUEUE_HPP 32 void add(HSQUIRRELVM vm);
39 std::vector<HSQOBJECT> m_threads;
void wakeup()
wakes up threads in the list
Definition: squirrel_thread_queue.cpp:48
Basic wrapper around HSQUIRRELVM with some utility functions, not to be confused with SquirrelVirtual...
Definition: squirrel_vm.hpp:29
void add(HSQUIRRELVM vm)
adds a thread (actually a weakref to the thread)
Definition: squirrel_thread_queue.cpp:30
Keeps a list of SquirrelThreads that wait for a wakeup event.
Definition: squirrel_thread_queue.hpp:26