tgbotapi/tgbotapi.behaviour_builder/src/linuxX64Main/kotlin/ActualDefaultCoroutineScope...

7 lines
241 B
Kotlin
Raw Normal View History

2023-04-03 17:30:24 +00:00
package dev.inmo.tgbotapi.extensions.behaviour_builder
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
actual var defaultCoroutineScopeProvider: () -> CoroutineScope = { CoroutineScope(Dispatchers.Default) }