asynchronics / asynchronix

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

Add send bound for Clock trait #15

Closed robamu closed 6 months ago

robamu commented 6 months ago

Adding the Send bound allows to move Simulation into a thread again. I re-ran the tests and also tried a simulation based on the SystemClock, everything seems to work as intended.

Fixes https://github.com/asynchronics/asynchronix/issues/14