qb
2.0.0.0
C++17 Actor Framework
|
Event triggered just before an asynchronous I/O object is destroyed or cleaned up. More...
#include <dispose.h>
Event triggered just before an asynchronous I/O object is destroyed or cleaned up.
This event is passed to the derived class's on(qb::io::async::event::dispose&&) method as a final opportunity to perform cleanup operations before the I/O object and its associated resources (like event watchers) are released. This is typically part of the dispose() method in base classes like qb::io::async::io.
Usage Example: