Add changelog
This commit is contained in:
parent
7bb5e63dc7
commit
5934c2fd3b
6 changed files with 20 additions and 1 deletions
|
|
@ -14,7 +14,11 @@ import kotlin.reflect.jvm.kotlinFunction
|
|||
import kotlinx.coroutines.*
|
||||
import kotlinx.coroutines.future.asCompletableFuture
|
||||
|
||||
/** Adds coroutine support to the [AnnotationParser]. */
|
||||
/**
|
||||
* Adds coroutine support to the [AnnotationParser].
|
||||
*
|
||||
* @since 1.6.0
|
||||
*/
|
||||
public fun <C> AnnotationParser<C>.installCoroutineSupport(
|
||||
scope: CoroutineScope = GlobalScope,
|
||||
context: CoroutineContext = EmptyCoroutineContext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue