qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
[detail level 1234]
 QB Actor FrameworkThe QB Actor Framework is a C++17 library for building high-performance, concurrent, and distributed systems based on the Actor Model
 Core Actor SystemFundamental components implementing the Actor Model
 Actor ComponentsDefines actors, their identification, and lifecycle management
 Core Event SystemBase event types and core system events for actors
 Engine & SchedulingManages actor execution, virtual cores, and system lifecycle
 Callback SystemSupport for periodic callbacks within actors
 Core Communication ChannelsPrimitives for direct actor-to-actor communication channels
 Event System (General)General event concepts and system-level event handling including I/O events
 IO SystemAsynchronous I/O operations, networking, and related utilities
 Asynchronous SystemCore mechanisms for event-driven asynchronous programming
 Asynchronous I/O EventsSpecific event types for asynchronous I/O operations
 Networking UtilitiesSocket wrappers, endpoint representation, and URI parsing
 TCP CommunicationComponents for TCP-based network communication
 UDP CommunicationComponents for UDP-based network communication
 Secure Sockets Layer (SSL/TLS)Components for secure, encrypted TCP communication (requires OpenSSL)
 Transport LayerAbstractions over network sockets and file operations for stream-based I/O
 Protocol HandlingMessage framing and parsing implementations
 File System OperationsComponents for interacting with the local file system
 Cryptographic UtilitiesHashing, encryption, and JWT functionalities (requires OpenSSL)
 Compression UtilitiesData compression and decompression (requires Zlib)
 JSON UtilitiesJSON parsing, manipulation, and serialization utilities
 System-Level UtilitiesLow-level system interactions and information
 Lock-Free PrimitivesConcurrent data structures without traditional locks
 System InformationUtilities for querying CPU and system properties
 Time UtilitiesHigh-precision timestamp and duration classes
 Time UtilitiesUtilities for handling and measuring time with high precision
 General UtilitiesGeneral-purpose helper classes and functions
 Containers & AllocatorsCustom containers and memory allocators for performance
 Type Traits & MetaprogrammingAdvanced type traits and metaprogramming helpers
 Miscellaneous UtilitiesOther small helper utilities