qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
Core Communication Channels

Primitives for direct actor-to-actor communication channels. More...

Collaboration diagram for Core Communication Channels:

Classes

class  qb::Pipe
 Represents a communication channel between actors. More...

Typedefs

using qb::pipe = Pipe
 Alias for the Pipe class.

Detailed Description

Primitives for direct actor-to-actor communication channels.

Focuses on the `qb::Pipe` class used for optimized event sending.

Typedef Documentation

◆ pipe

using qb::pipe = Pipe

Alias for the Pipe class.

Provided for naming consistency with other lowercase aliases in the framework