chronon::sender::ThreadCrossDep
#include <TickSimulationConfig.hpp>
Public Attributes
| Name | |
|---|---|
| size_t | pred_thread |
| uint32_t | min_delay |
Detailed Description
struct chronon::sender::ThreadCrossDep;
Cross-thread dependency descriptor: thread T at cycle C may proceed once pred_thread has completed cycle (C - min_delay).
Public Attributes Documentation
variable pred_thread
size_t pred_thread;
variable min_delay
uint32_t min_delay;
Updated on 2026-05-26 at 05:42:32 +0000