stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
Loading...
Searching...
No Matches
stlab::channel_error Class Reference

Exception type for channel usage errors (broken channel, process already running, etc.). More...

#include <channel.hpp>

Public Member Functions

 channel_error (channel_error_codes code)
auto code () const noexcept -> const channel_error_codes &
auto what () const noexcept -> const char *override

Detailed Description

Exception type for channel usage errors (broken channel, process already running, etc.).


The documentation for this class was generated from the following file: