supertux
Public Member Functions | List of all members
SquirrelThreadQueue Class Referencefinal

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
 

Detailed Description

Keeps a list of SquirrelThreads that wait for a wakeup event.


The documentation for this class was generated from the following files: