qb
2.0.0.0
C++17 Actor Framework
|
Protocol interfaces for message processing in the asynchronous IO framework. More...
#include <qb/utility/type_traits.h>
Go to the source code of this file.
Classes | |
interface | qb::io::async::IProtocol |
Base interface for all message processing protocols. More... | |
class | qb::io::async::AProtocol< _IO_ > |
Abstract base class for I/O-component-aware protocols (CRTP). More... |
Protocol interfaces for message processing in the asynchronous IO framework.
This file defines the protocol interfaces used for message processing in the asynchronous IO framework. It provides base classes for implementing custom protocols that can parse and process messages from IO streams. These protocols are crucial for defining how raw byte streams are interpreted as distinct application-level messages.
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.