You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,9 @@ runBlocking {
75
75
76
76
## Java Usage
77
77
78
-
All suspend functions also provide a `CompletableFuture` variant,
79
-
allowing you to call them directly from Java without dealing with coroutines.
78
+
The project uses [kotlin-suspend-transform-compiler-plugin](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin) to generate varints automatically.
79
+
80
+
For every suspending API, both **async** and **blocking** variants are available.
0 commit comments