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

Checks if messages can be received in a blocking manner with a timeout. More...

#include <traits.hpp>

Concept definition

template<typename T>
concept mtcore::thread::ReceiverBefore = requires(T &t, const std::chrono::time_point<std::chrono::system_clock> &sc) {
}
Represents a type that fulfills the "result" contract while having a success value of a specific type...
Checks if messages can be received in a blocking manner with a timeout.

Detailed Description

Checks if messages can be received in a blocking manner with a timeout.

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