| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-13 | feat(common): Add compatibility with Kotlin coroutines | Fabian Mastenbroek | |
| This change adds support for converting a `Dispatcher` implementation into a `CoroutineDispatcher` instance. | |||
| 2022-11-09 | feat(common): Add common dispatcher interface | Fabian Mastenbroek | |
| This change adds a new interface `Dispatcher` that is used throughout OpenDC for scheduling the execution of future tasks. This replaces the `CoroutineContext` and `Clock` that exist on many of the implementations in OpenDC. With this approach, we reduce the dependency on Kotlin Coroutines. | |||
