Scheduler.cc File Reference

Scheduler non-inline non-template implementation. More...

#include "Scheduler.hh"

Include dependency graph for Scheduler.cc:

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.


Defines

#define  prefix_

Define Documentation

#define
prefix_

Definition at line 39 of file Scheduler.cc.