summaryrefslogtreecommitdiff
path: root/opendc-common/src/main/java/org/opendc/common/util/Pacer.java
AgeCommit message (Collapse)Author
2023-11-15fixed a problem with the Loggers by copying the dataDante Niewenhuis
2022-11-13refactor: Replace use of CoroutineContext by DispatcherFabian Mastenbroek
This change replaces the use of `CoroutineContext` for passing the `SimulationDispatcher` across the different modules of OpenDC by the lightweight `Dispatcher` interface of the OpenDC common module.