Slash
16eb0b8
jvm
Slash
/
tv.blademaker.slash.context
/
await
await
inline suspend
fun
<
E
:
GenericEvent
>
InteractionContext
<
*
>
.
await
(
timeout
:
Duration
,
crossinline
filter
:
suspend
(
event
:
E
)
->
Boolean
)
:
E
?