qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
eos.h
Go to the documentation of this file.
1
24
25#ifndef QB_IO_ASYNC_EVENT_EOS_H
26#define QB_IO_ASYNC_EVENT_EOS_H
27
28namespace qb::io::async::event {
29
65struct eos {};
66
67} // namespace qb::io::async::event
68
69#endif // QB_IO_ASYNC_EVENT_EOS_H
Event triggered when all buffered data has been successfully written and sent to an output stream.
Definition eos.h:65