InvokeStrategy

interface InvokeStrategy<T, R>(source)

Author

ForteScarlet

Functions

Link copied to clipboard
abstract operator fun <T1 : T> invoke(block: suspend () -> T1, scope: CoroutineScope? = null, context: CoroutineContext? = null): R