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.

Macros

#define prefix_
 

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.

Macro Definition Documentation

◆ prefix_

#define prefix_

Definition at line 30 of file Scheduler.cc.