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

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

Detailed Description

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

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