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

Checks if blocking sends and receives are supported with allocation to grow. More...

#include <traits.hpp>

Concept definition

template<typename T>
Checks if messages can be received in a blocking manner with a timeout.
Checks if messages can be sent to something (e.g.
Checks if blocking sends and receives are supported with allocation to grow.

Detailed Description

Checks if blocking sends and receives are supported with allocation to grow.

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