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

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

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

import kotlin.coroutines.CoroutineContext;

public interface CoroutineContextProvider {
	CoroutineContext provide();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy