Namespaces | |
| maxon | |
Macros | |
| #define | StackHasEnoughSpace(size) |
| #define | StackAlloc(onStack, cnt, TYPE) |
| #define | StackFree(ptr, onStack) |
Typedefs | |
| using | ThreadRef = ThreadRefTemplate< ThreadInterface > |
Functions | |
| MAXON_DATATYPE (ThreadRef, "net.maxon.datatype.threadref") | |
| template<typename FN > | |
| auto | ExecuteOnMainThread (FN &&fn, Bool wait=true) -> decltype(fn()) |