qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
dispose.h
Go to the documentation of this file.
1
24
25#ifndef QB_IO_ASYNC_EVENT_DISPOSE_H
26#define QB_IO_ASYNC_EVENT_DISPOSE_H
27
28namespace qb::io::async::event {
29
59struct dispose {};
60
61} // namespace qb::io::async::event
62
63#endif // QB_IO_ASYNC_EVENT_DISPOSE_H
Event triggered just before an asynchronous I/O object is destroyed or cleaned up.
Definition dispose.h:59