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

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

close()mtcore::thread::Inbox< T >inline
deinit(Allocator &alloc)mtcore::thread::Inbox< T >inline
init(Allocator &alloc, size_t initCapacity=10)mtcore::thread::Inbox< T >inline
is_initialized() const noexceptmtcore::thread::Inbox< T >inline
Message typedefmtcore::thread::Inbox< T >
receive_before(const std::chrono::time_point< Clock, Duration > &when)mtcore::thread::Inbox< T >inline
receive_block()mtcore::thread::Inbox< T >inline
send_before(const T &msg, const std::chrono::time_point< Clock, Duration > &when)mtcore::thread::Inbox< T >inline
send_before(Allocator &alloc, const T &msg, const std::chrono::time_point< Clock, Duration > &when)mtcore::thread::Inbox< T >inline
send_block(const T &msg)mtcore::thread::Inbox< T >inline
send_block(Allocator &alloc, const T &msg)mtcore::thread::Inbox< T >inline
shrinkToFit(Allocator &alloc)mtcore::thread::Inbox< T >inline
try_receive()mtcore::thread::Inbox< T >inline
try_send(const T &msg)mtcore::thread::Inbox< T >inline
try_send(Allocator &alloc, const T &msg)mtcore::thread::Inbox< T >inline