DUECA/DUSIME
|
There used to be a separate AsyncList class, but the newer, more capable and better tested AsyncQueueMT is currently used. More...
Typedefs | |
template<class T , class Alloc = ListElementAllocator<T>> | |
using | dueca::AsyncList = AsyncQueueMT< T, Alloc > |
Re-defined AsyncList in terms of AsyncQueueMT. | |
template<class T , class Alloc = ListElementAllocator<T>> | |
using | dueca::AsyncListWriter = AsyncQueueWriter< T, Alloc > |
Re-defined AsyncListWriter in terms of AsyncQueueWriter. | |
There used to be a separate AsyncList class, but the newer, more capable and better tested AsyncQueueMT is currently used.