FixTask Documentation
Back to summary
C API
Types
typedef Heap *(*HeapCreateFunc)(void *data);
-
Callback to create a heap for a new thread.
Functions
void fixtask_register_functions(Heap *heap, HeapCreateFunc create_func, void *create_data, LoadScriptFunc load_func, void *load_data);
-
Registers task functions to given heap. You have to provide callbacks to create
a heap for a new thread and also a load function for loading of the scripts.