26#ifndef QB_IO_ASYNC_EVENT_PENDINGREAD_H
27#define QB_IO_ASYNC_EVENT_PENDINGREAD_H
29namespace qb::io::async::event {
Event triggered when unprocessed data remains in the input buffer after protocol processing.
Definition pending_read.h:59
std::size_t bytes
Number of unprocessed bytes remaining in the read buffer after successful protocol message extraction...
Definition pending_read.h:60