qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
pending_read.h
Go to the documentation of this file.
1
25
26#ifndef QB_IO_ASYNC_EVENT_PENDINGREAD_H
27#define QB_IO_ASYNC_EVENT_PENDINGREAD_H
28
29namespace qb::io::async::event {
30
60 std::size_t bytes;
62};
63
64} // namespace qb::io::async::event
65
66#endif // QB_IO_ASYNC_EVENT_PENDINGREAD_H
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