Closed arkivanov closed 1 year ago
Also refactored CoroutineContextScheduler so it doesn't use any deprecated or legacy APIs. And also fixed a bug discovered during refactoring, when new tasks are not being executed once the Executor is cancelled (not disposed).
CoroutineContextScheduler
Executor
Also refactored
CoroutineContextScheduler
so it doesn't use any deprecated or legacy APIs. And also fixed a bug discovered during refactoring, when new tasks are not being executed once theExecutor
is cancelled (not disposed).