MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::thread::ChannelLike Concept Reference

Checks if something qualifies as a channel Channels can: More...

#include <traits.hpp>

Concept definition

template<typename T>
Checks if something qualifies as a channel Channels can:
Checks if something is closeable (e.g.
Checks if blocking with timeout sends and receives are supported.
Checks if blocking sends and receives are supported.
Checks if non-blocking sends and receives are supported.

Detailed Description

Checks if something qualifies as a channel Channels can:

  • Do non-blocking sends and receives
  • Do blocking sends and receives
  • Do blocking with timeout sends and receives
  • Be closed

Definition at line 214 of file thread/mtcore_thread/traits.hpp.