Skip to main content

chronon::Connection::Staged

More...

Public Attributes

Name
uint64_tepoch_snapshot
uint64_tenqueue_cycle
Tdata
uint64_tarrive_cycle

Detailed Description

struct chronon::Connection::Staged;

Per-connection staging entry. Holds the original arrive_cycle and send_cycle (as enqueue_cycle) so that even if the InPort arbiter defers admission by back-pressure, downstream predicates and delivery timing still see the intended values.

Public Attributes Documentation

variable epoch_snapshot

uint64_t epoch_snapshot;

variable enqueue_cycle

uint64_t enqueue_cycle;

variable data

T data;

variable arrive_cycle

uint64_t arrive_cycle;

Updated on 2026-05-26 at 05:42:32 +0000