forked from ROMEO/nexosim
718 B
718 B
0.2.0 (2023-08-15)
Added (API-breaking changes)
- Enable cancellation of events up to the very last moment, even if the event is scheduled for the current time (#5).
- Makes it possible to schedule periodic events from a
Simulation
or a model'sScheduler
(#6). - Mitigate the increase in API surface by merging each pair of
schedule_*event_in
/schedule_*event_at
methods into one overloadedschedule_*event
method that accept either aDuration
or aMonotonicTime
(#7).
0.1.0 (2023-01-16)
Initial release