Skip to content

case_studies.md

Mohamed edited this page Jun 10, 2025 · 1 revision

Case Studies: QB Core & IO Integration Examples

This section provides in-depth analyses of several key example applications that showcase how qb-core actors and the qb-io library work together to build functional, asynchronous, and concurrent systems. Each case study breaks down the architecture, highlights the QB features used, and explains the design patterns employed.

Studying these examples is a practical way to see the concepts from the "Core Concepts," "QB-IO Module," and "QB-Core Module" sections applied in more complex scenarios.

Available Example Analyses:

Learning from Examples

Each analysis aims to:

  • Clarify the purpose and architecture of the example.
  • Pinpoint how specific QB features (like qb::io::use<>, qb::io::async::callback, custom events, protocols) are utilized.
  • Discuss the design patterns and QB concepts being illustrated.

We recommend reviewing these analyses after you have a grasp of the foundational concepts of QB.

(Return to: Core & IO Integration Overview**)

Clone this wiki locally