Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static const char * | toString (SchedulerThreadingModel::Enum value) |
Definition at line 67 of file SessionScheduler.h.
| enum Enum |
| Enumerator | |
|---|---|
| Dedicated | Scheduler will use its own threads. |
| External | Scheduler events are handled by rolling an event loop in a user thread. |
Definition at line 69 of file SessionScheduler.h.
|
static |
Returns the textual representation of the SchedulerThreadingModel::Enum value.