carb/tasking/ITasking.h
In directory: carb/tasking
Source file: carb/tasking/ITasking.h
carb.tasking interface definition file.
Classes
- carb::tasking::PinGuard: Causes the currently executing TaskContext to be "pinned" to the thread it is currently running on until PinGuard is destroyed. 
Namespaces
- carb: The main Carbonite namespace. 
- carb::tasking: Namespace for carb.tasking.plugin and related utilities. 
Structs
- carb::tasking::ITasking: Defines a tasking plugin interface, acquired with carb::Framework::acquireInterface() when carb.tasking.plugin is loaded.