jvmMain.com.sdk.growthbook.Dispatcher.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Core-jvm Show documentation
Show all versions of Core-jvm Show documentation
Core module of GrowthBook Kotlin SDK
The newest version!
package com.sdk.growthbook
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.Dispatchers
// 1
actual val PlatformDependentIODispatcher: CoroutineDispatcher =
Dispatchers.IO