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

graphql.kickstart.tools.CoroutineContextProvider.kt Maven / Gradle / Ivy

There is a newer version: 14.0.0
Show newest version
package graphql.kickstart.tools

import kotlin.coroutines.CoroutineContext

interface CoroutineContextProvider {

    fun provide(): CoroutineContext
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy