Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static const char * | toString (Enum type) noexcept |
| static Enum | parse (const std::string &text) |
Definition at line 31 of file ThreadingModel.h.
| enum Enum |
| Enumerator | ||
|---|---|---|
| Dedicated | Each session has a sender thread and a receiving thread. | |
| Pool | Sessions share a thread pool. | |
| External | Session events are handled by rolling an event loop in a user thread. | |
| Default | Dedicated | The default mode. |
Definition at line 33 of file ThreadingModel.h.
|
static |
|
staticnoexcept |