20 #ifndef CO_QUEUEITEM_H 21 #define CO_QUEUEITEM_H 23 #include <co/dataOStream.h> 28 namespace detail {
class QueueItem; }
49 void sendData(
const void*,
const uint64_t,
const bool )
override 52 detail::QueueItem*
const _impl;
57 #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.