chronon::sender::SingleThreadMessageQueue::InternalMessage
Public Functions
| Name | |
|---|---|
| bool | operator>(const InternalMessage & other) const |
Public Attributes
| Name | |
|---|---|
| uint64_t | sequence |
| T | data |
| uint64_t | arrive_cycle |
Public Functions Documentation
function operator>
inline bool operator>(
const InternalMessage & other
) const
Public Attributes Documentation
variable sequence
uint64_t sequence;
variable data
T data;
variable arrive_cycle
uint64_t arrive_cycle;
Updated on 2026-05-26 at 05:42:32 +0000