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

Checks if blocking with timeout sends and receives are supported. 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 in a blocking manner with a timeout.
Checks if blocking with timeout sends and receives are supported.

Detailed Description

Checks if blocking with timeout sends and receives are supported.

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