1 #ifndef kFS_UPGTHREAD_Z_H
2 #define kFS_UPGTHREAD_Z_H
12 kFS_UPG_THREAD_RUNNING,
19 kUpgThreadState state;
21 k32u currentTaskWeight;
26 k32u inprogressWeight;
29 #define kUpgThread_Cast_(CONTEXT) kCastClass_(kUpgThread, CONTEXT)
Declares the kUpgThread class.
Runs a list of asynchronous tasks in order.