qb
2.0.0.0
C++17 Actor Framework
|
The QB Actor Framework is a C++17 library for building high-performance, concurrent, and distributed systems based on the Actor Model. More...
Topics | |
Core Actor System | |
Fundamental components implementing the Actor Model. | |
Event System (General) | |
General event concepts and system-level event handling including I/O events. | |
IO System | |
Asynchronous I/O operations, networking, and related utilities. | |
System-Level Utilities | |
Low-level system interactions and information. | |
General Utilities | |
General-purpose helper classes and functions. |
Files | |
file | cube.h |
Main include file for the QB Actor Framework. |
The QB Actor Framework is a C++17 library for building high-performance, concurrent, and distributed systems based on the Actor Model.
It combines an efficient actor engine with a robust asynchronous I/O library to simplify complex application development.