qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
pending_write.h
Go to the documentation of this file.
1
24
25#ifndef QB_IO_ASYNC_EVENT_PENDING_WRITE_H
26#define QB_IO_ASYNC_EVENT_PENDING_WRITE_H
27
28namespace qb::io::async::event {
29
66 std::size_t bytes;
68};
69
70} // namespace qb::io::async::event
71
72#endif // QB_IO_ASYNC_EVENT_PENDING_WRITE_H
Event triggered when unsent data remains in the output buffer after a write operation.
Definition pending_write.h:65
std::size_t bytes
Number of unsent bytes remaining in the write buffer after a partial write operation.
Definition pending_write.h:66