timeout

fun timeout(timeoutMillis: Long, block: suspend () -> R)

限制本次 select 的最长等待时间, 当超时后执行 block 以完成 select


返回一个限制本次 select 的最长等待时间的 Deferred

See also