qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
eof.h
Go to the documentation of this file.
1
24
25#ifndef QB_IO_ASYNC_EVENT_EOF_H
26#define QB_IO_ASYNC_EVENT_EOF_H
27
28namespace qb::io::async::event {
29
58struct eof {};
59
60} // namespace qb::io::async::event
61
62#endif // QB_IO_ASYNC_EVENT_EOF_H
Event triggered when no more data is available for reading from an input stream.
Definition eof.h:58