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

Checks if non-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 non-blocking sends and receives are supported with allocation to grow.

Detailed Description

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

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