asynchronics / asynchronix

High-performance asynchronous computation framework for system simulation
Apache License 2.0
170 stars 9 forks source link

Add support for custom/real-time clocks #9

Closed sbarral closed 1 year ago

sbarral commented 1 year ago

Goal

Make it possible to run the simulation in real-time, scaled-time, etc, using either a custom clock or one of the provided clocks (SystemClock and AutoSystemClock at the moment). Closes #8.

Impact

Augmented API only, no expected API breakage.