#include <AsyncQueue.h>
Definition at line 105 of file AsyncQueue.h.
◆ create()
◆ flushPending()
auto o2::framework::AsyncQueueHelpers::flushPending |
( |
AsyncQueue & |
queue | ) |
|
|
static |
◆ post()
◆ reset()
auto o2::framework::AsyncQueueHelpers::reset |
( |
AsyncQueue & |
queue | ) |
|
|
static |
◆ run()
Run all the tasks which are older than the oldestPossible timeslice executing them by:
- sorting the tasks by timeslice
- then priority
- only execute the highest (timeslice, debounce) value
Definition at line 63 of file AsyncQueue.cxx.
The documentation for this struct was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Framework/Core/include/Framework/AsyncQueue.h
- /home/runner/work/AliceO2/AliceO2/Framework/Core/src/AsyncQueue.cxx