fun timeoutException(timeoutMillis: Long, exception: () -> Throwable = { throw MessageSelectionTimeoutException() }): Unit
限制本次 select 的最长等待时间, 当超时后抛出 TimeoutCancellationException