8 #ifndef kFS_UPGTHREAD_H
9 #define kFS_UPGTHREAD_H
24 kDeclareClass(kFs, kUpgThread,
kObject)
26 kFsFx(
kStatus) kUpgThread_Construct(kUpgThread* thread,
kAlloc alloc);
28 kFsFx(
kBool) kUpgThread_Completed(kUpgThread thread);
29 kFsFx(
kStatus) kUpgThread_Status(kUpgThread thread);
32 kFsFx(
kStatus) kUpgThread_Advance(kUpgThread thread,
kBool* waiting);
34 kFsFx(
k32u) kUpgThread_Progress(kUpgThread thread);
35 kFsFx(
k32u) kUpgThread_Weight(kUpgThread thread);
Runs a list of asynchronous tasks in order.
Essential API declarations for the kFireSync library.
Represents an asynchronous task.
Declares the kUpgTask class.