install Coroutine Support
fun <C> AnnotationParser<C>.installCoroutineSupport(scope: CoroutineScope = GlobalScope, context: CoroutineContext = EmptyCoroutineContext): AnnotationParser<C>
Adds coroutine support to the AnnotationParser.
Return
annotation parser
Since
1.6.0
Parameters
scope
coroutine scope
context
coroutine context