Skip to content

Commit e09ffc2

Browse files
committed
readme
1 parent ef1bef2 commit e09ffc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ runBlocking {
7575

7676
## Java Usage
7777

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.
8081

8182
```java
8283
CompletableFuture<JavaServerStatus> status =

0 commit comments

Comments
 (0)