ForteScarlet / kotlin-suspend-transform-compiler-plugin

A Kotlin compiler plugin for transforming suspend functions to platform-compatible non-suspend functions, such as the JVM Blocking API and CompletableFuture 🐱
MIT License
33 stars 3 forks source link

async函数支持第二位的CoroutineScope参数 #14

Closed ForteScarlet closed 1 year ago

ForteScarlet commented 1 year ago

实际上任何类型都支持第二位参数