lf-lang / reactor-uc

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

Support actions with no type #66

Open erlingrj opened 2 weeks ago

erlingrj commented 2 weeks ago

Currently there is an assumption that actions must have types and scheduling an action involves pushing/popping data onto the TriggerValue associated with it. We should relax this.