All Downloads are FREE. Search and download functionalities are using the official Maven repository.

arrow.hacks.kt Maven / Gradle / Ivy

package arrow

import arrow.effects.DeferredKW
import arrow.effects.Proc
import kotlinx.coroutines.experimental.CoroutineStart
import kotlinx.coroutines.experimental.DefaultDispatcher

// [showInstances] can't detect the version of async with default parameters we're using
fun  DeferredKW.Companion.async(fa: Proc): DeferredKW =
        async(DefaultDispatcher, CoroutineStart.DEFAULT, fa)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy