Eclipse SUMO - Simulation of Urban MObility
MFXWorkerThread.h File Reference
#include <config.h>
#include <list>
#include <vector>
#include "fxheader.h"
#include <utils/common/UtilExceptions.h>
Include dependency graph for MFXWorkerThread.h:

Go to the source code of this file.

Data Structures

class  MFXWorkerThread
 A thread repeatingly calculating incoming tasks. More...
 
class  MFXWorkerThread::Pool
 A pool of worker threads which distributes the tasks and collects the results. More...
 
class  MFXWorkerThread::Task
 Abstract superclass of a task to be run with an index to keep track of pending tasks. More...
 

Macros

#define WORKLOAD_INTERVAL   100
 

Detailed Description

Author
Michael Behrisch
Date
2014-07-13

Definition in file MFXWorkerThread.h.

Macro Definition Documentation

◆ WORKLOAD_INTERVAL

#define WORKLOAD_INTERVAL   100

Definition at line 26 of file MFXWorkerThread.h.