lf-lang / reactor-uc

A lightweight reactor runtime targeted at resource-constrained embedded systems
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Handle "duplicate" scheduling of actions #110

Closed erlingrj closed 2 weeks ago

erlingrj commented 3 weeks ago

If an action is scheduled with an event that has the same tag as another pending event, it should overwrite it.