Closed erlingrj closed 4 weeks ago
In the Reactor semantics, two reactions can have the same Output as an effect and the last write wins. Our current implementation will not work with DelayedConnections where two lf_set will lead to two events being scheduled.
lf_set
In the Reactor semantics, two reactions can have the same Output as an effect and the last write wins. Our current implementation will not work with DelayedConnections where two
lf_set
will lead to two events being scheduled.