mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 01:30:17 +08:00
Update docs
This commit is contained in:
parent
01623afc32
commit
fb25baa78d
@ -15,7 +15,7 @@ import kotlin.coroutines.CoroutineContext
|
||||
import kotlin.coroutines.EmptyCoroutineContext
|
||||
|
||||
/**
|
||||
* 监听这个事件, 并尝试从这个事件中获取一个值.
|
||||
* 挂起当前协程, 监听这个事件, 并尝试从这个事件中获取一个值.
|
||||
*
|
||||
* 若 [filter] 抛出了一个异常, 本函数会立即抛出这个异常.
|
||||
*
|
||||
@ -34,7 +34,7 @@ suspend inline fun <reified E : Event, R : Any> subscribingGet(
|
||||
}
|
||||
|
||||
/**
|
||||
* 监听这个事件, 并尝试从这个事件中获取一个值.
|
||||
* 挂起当前协程, 监听这个事件, 并尝试从这个事件中获取一个值.
|
||||
*
|
||||
* 若 [filter] 抛出了一个异常, 本函数会立即抛出这个异常.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user