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 or JS Promise, etc. 🐱
MIT License
34 stars 3 forks source link

支持reactive #3

Closed ForteScarlet closed 1 year ago

ForteScarlet commented 2 years ago

提供对JVM reactive api的支持

ForteScarlet commented 1 year ago

某种意义上来说 #7 可以实现此方案