#include <OnixS/CME/iLink3/ThreadingModel.h>
Definition at line 31 of file ThreadingModel.h.
◆ 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.
◆ parse()
| Enum parse |
( |
const std::string & | value | ) |
|
|
static |
◆ toString()
| std::string toString |
( |
Enum | type | ) |
|
|
static |
- Returns
- a string that represents the given value.