in mobius-coroutines/src/main/java/com/spotify/mobius/coroutines/DispatcherWorker.kt [34:38]
override fun post(task: Runnable) { scope.launch { if (scope.isActive) task.run() } }