Specification callback code style

This commit is contained in:
2022-05-30 04:52:09 +08:00
parent 4c9cf2b3bd
commit 9f13c1463d
22 changed files with 111 additions and 111 deletions

View File

@@ -111,7 +111,7 @@ fun <T> wait(data: ChannelData<T>, result: (value: T) -> Unit)
#### wait [method]
```kotlin
fun wait(key: String, result: () -> Unit)
fun wait(key: String, callback: () -> Unit)
```
**变更记录**