![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <list>
#include <vector>
#include <fx.h>
#include <utils/common/UtilExceptions.h>
Go to the source code of this file.
Data Structures | |
class | FXWorkerThread |
A thread repeatingly calculating incoming tasks. More... | |
class | FXWorkerThread::Pool |
A pool of worker threads which distributes the tasks and collects the results. More... | |
class | FXWorkerThread::Task |
Abstract superclass of a task to be run with an index to keep track of pending tasks. More... | |
Macros | |
#define | WORKLOAD_INTERVAL 100 |
#define WORKLOAD_INTERVAL 100 |
Definition at line 24 of file FXWorkerThread.h.
Referenced by FXWorkerThread::Pool::waitAll().