Scheduler.cc File Reference
Scheduler non-inline non-template implementation.
More...
#include "Scheduler.hh"
Go to the source code of this file.
Detailed Description
Scheduler non-inline non-template implementation.
- Idea:
- 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)
Definition in file Scheduler.cc.
Define Documentation