Class AfterEventFork

java.lang.Object
jline.lang.state.AfterEventFork
All Implemented Interfaces:
Serializable

public class AfterEventFork extends Object implements Serializable
Event handler for stateful Fork nodes (FJ tag-augmented structs only, see ModelAdapter.fjtag). The fork state is a per-class count of parent jobs momentarily held before the fork firing. Arrivals are buffered here; the atomic multi-branch emission is not a DEP event but a fork firing synchronization (sn.fjsync) handled by AfterFJEvent.
See Also:
  • Constructor Details

    • AfterEventFork

      public AfterEventFork()