chronon::observe::ObservationContext::LookaheadSyncNode
#include <ObservationContext.hpp>
Public Types
| Name | |
|---|---|
| using void(*)(void *, LookaheadTransition) noexcept | ApplyFn |
Public Attributes
| Name | |
|---|---|
| LookaheadSyncNode * | prev |
| void * | owner |
| LookaheadSyncNode * | next |
| ObservationContext * | context |
| ApplyFn | apply |
Public Types Documentation
using ApplyFn
using chronon::observe::ObservationContext::LookaheadSyncNode::ApplyFn = void (*)(void*, LookaheadTransition) noexcept;
Public Attributes Documentation
variable prev
LookaheadSyncNode * prev = nullptr;
variable owner
void * owner = nullptr;
variable next
LookaheadSyncNode * next = nullptr;
variable context
ObservationContext * context = nullptr;
variable apply
ApplyFn apply = nullptr;
Updated on 2026-06-22 at 09:17:04 +0000