qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
all.h
Go to the documentation of this file.
1
28
29#ifndef QB_IO_ASYNC_EVENT_ALL_H
30#define QB_IO_ASYNC_EVENT_ALL_H
31
32#include "disconnected.h" // Event for connection loss
33#include "extracted.h" // Event for connection extraction
34#include "dispose.h" // Resource disposal event
35#include "eof.h" // End-of-file event
36#include "eos.h" // End-of-stream event
37#include "file.h" // Event for file/directory changes
38#include "io.h" // Low-level I/O event
39#include "pending_read.h" // Event for unprocessed read data
40#include "pending_write.h" // Event for unsent write data
41#include "signal.h" // System signal event
42#include "timer.h" // Timer/timeout event
43#include "handshake.h" // Handshake event
44
45#endif // QB_IO_ASYNC_EVENT_ALL_H
File system monitoring event for asynchronous I/O.
Handshake event for asynchronous input streams.
Disconnection event for asynchronous I/O operations.
Resource disposal event for asynchronous I/O components.
End-of-file event for asynchronous input streams.
End-of-stream event for asynchronous output streams.
Extracted event for asynchronous I/O operations.
Low-level I/O notification event for asynchronous operations.
Event for notifying about pending (unprocessed) read data in asynchronous I/O.
Event for notifying about pending (unsent) write data in asynchronous I/O.
System signal event handler for asynchronous I/O.
Timer event for asynchronous I/O and timed operations.