DUECA/DUSIME
Loading...
Searching...
No Matches
Typedefs
AsyncList.hxx File Reference

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.
 

Detailed Description

There used to be a separate AsyncList class, but the newer, more capable and better tested AsyncQueueMT is currently used.