|
stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
|
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 |
Exception type for channel usage errors (broken channel, process already running, etc.).