Add changelog

This commit is contained in:
Alexander Söderberg 2021-07-07 19:21:56 +01:00 committed by Jason
parent 7bb5e63dc7
commit 5934c2fd3b
6 changed files with 20 additions and 1 deletions

View file

@ -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