Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static const char * | toString (Enum type) |
| static Enum | parse (const std::string &text) |
Definition at line 31 of file ThreadingModel.h.
| enum Enum |
| Enumerator | ||
|---|---|---|
| Default | 0 | The default mode. |
| DedicatedThreads | 1 | Each session has a sender thread and a receiving thread. |
| ThreadPool | 2 | Sessions share a thread pool. |
Definition at line 33 of file ThreadingModel.h.
|
static |
|
static |