qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
handshake.h
Go to the documentation of this file.
1
20
21#ifndef QB_IO_ASYNC_EVENT_HANDSHAKE_H
22#define QB_IO_ASYNC_EVENT_HANDSHAKE_H
23
24namespace qb::io::async::event {
25
49struct handshake {};
50
51} // namespace qb::io::async::event
52
53#endif // QB_IO_ASYNC_EVENT_HANDSHAKE_H
Event triggered when the handshake is complete.
Definition handshake.h:49