Commit c9ac5d61 authored by Him188's avatar Him188

Cleanup

parent 3a47e2e2
...@@ -57,7 +57,6 @@ interface Cancellable : Subscribable { ...@@ -57,7 +57,6 @@ interface Cancellable : Subscribable {
* 广播一个事件的唯一途径. * 广播一个事件的唯一途径.
*/ */
suspend fun <E : Subscribable> E.broadcast(): E { suspend fun <E : Subscribable> E.broadcast(): E {
@Suppress("EXPERIMENTAL_API_USAGE")
this@broadcast.broadcastInternal() // inline, no extra cost this@broadcast.broadcastInternal() // inline, no extra cost
return this return this
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment