![]() |
Project
|
#include <AsyncQueue.h>
Public Member Functions | |
AsyncQueue () | |
Public Attributes | |
std::vector< AsyncTaskSpec > | prototypes |
std::vector< AsyncTask > | tasks |
size_t | iteration = 0 |
std::atomic< bool > | first = true |
x9_inbox * | inbox = nullptr |
Definition at line 92 of file AsyncQueue.h.
o2::framework::AsyncQueue::AsyncQueue | ( | ) |
Definition at line 21 of file AsyncQueue.cxx.
std::atomic<bool> o2::framework::AsyncQueue::first = true |
Definition at line 97 of file AsyncQueue.h.
x9_inbox* o2::framework::AsyncQueue::inbox = nullptr |
Definition at line 101 of file AsyncQueue.h.
size_t o2::framework::AsyncQueue::iteration = 0 |
Definition at line 95 of file AsyncQueue.h.
std::vector<AsyncTaskSpec> o2::framework::AsyncQueue::prototypes |
Definition at line 93 of file AsyncQueue.h.
std::vector<AsyncTask> o2::framework::AsyncQueue::tasks |
Definition at line 94 of file AsyncQueue.h.