qb
2.0.0.0
C++17 Actor Framework
|
Understand how qb-core actors seamlessly leverage qb-io for non-blocking network operations, timers, and file handling.
The QB Actor Framework achieves its power and efficiency through the tight and seamless integration of its two primary components: the qb-core actor engine and the qb-io asynchronous I/O library. While qb-io can function as a standalone library, its design is pivotal to how actors in qb-core interact with the outside world (networks, file systems) and manage time-based events without blocking.
This section explores how these two modules work in concert, enabling you to build truly concurrent and responsive applications.
Understanding this integration is key to unlocking the full potential of the QB Actor Framework, enabling you to build applications that are not only concurrently sound but also exceptionally performant and responsive to external events and I/O demands.
(Next: Dive into Integrating Core & IO: Async Operations in Actors or Integrating Core & IO: Network Actors for more specific details.**)