MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::thread::Channel< T, Size > Member List

This is the complete list of members for mtcore::thread::Channel< T, Size >, including all inherited members.

close()mtcore::thread::Channel< T, Size >inline
Message typedefmtcore::thread::Channel< T, Size >
receive_before(const std::chrono::time_point< Clock > &when)mtcore::thread::Channel< T, Size >inline
receive_block()mtcore::thread::Channel< T, Size >inline
send_before(const T &msg, const std::chrono::time_point< Clock > &when)mtcore::thread::Channel< T, Size >inline
send_block(const T &msg)mtcore::thread::Channel< T, Size >inline
try_receive()mtcore::thread::Channel< T, Size >inline
try_send(const T &msg)mtcore::thread::Channel< T, Size >inline