mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 02:35:40 +08:00
Specification callback code style
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
**变更记录**
|
||||
|
Reference in New Issue
Block a user