20 #ifndef CO_QUEUEITEM_H 21 #define CO_QUEUEITEM_H 23 #include <co/dataOStream.h> 52 void sendData(
const void*,
const uint64_t,
const bool)
override 57 detail::QueueItem*
const _impl;
61 #endif // CO_QUEUEITEM_H A std::ostream-like interface for object serialization.
Object-oriented network library.
The item of the distributed queue holding the data.
The producer end of a distributed queue.