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

清理部分遗留的测试代码;修改JS runInAsync 内默认调度器 #42

Closed ForteScarlet closed 8 months ago

ForteScarlet commented 8 months ago

JS runtime 里的 $runInAsync$ 默认的调度器修改为 Dispatchers.Default