SENF Extensible Network Framework
- File Scheduler.cc
- Multithreading support: To support multithreading, the static member Scheduler::instance() must return a thread-local value (that is Scheduler::instance() must allocate one Scheduler instance per thread). Another possibility would be to distribute the async load unto several threads (one scheduler for multiple threads)