qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
all.h File Reference

Aggregation of all event types for the asynchronous I/O system. More...

#include "disconnected.h"
#include "extracted.h"
#include "dispose.h"
#include "eof.h"
#include "eos.h"
#include "file.h"
#include "io.h"
#include "pending_read.h"
#include "pending_write.h"
#include "signal.h"
#include "timer.h"
#include "handshake.h"
Include dependency graph for all.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Aggregation of all event types for the asynchronous I/O system.

This file includes all the event types defined in the qb::io::async::event namespace. Including this file gives access to the complete set of events that can be used with the asynchronous I/O system.

Event handling in QB IO is based on the observer pattern. Classes derived from io/input/output can receive event notifications by implementing handlers with the signature: void on(event_type &&);

Author
qb - C++ Actor Framework

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.