runWithInterruptible
inline suspend fun <T> runWithInterruptible(context: CoroutineContext = RunWithInterruptibleDefaultCoroutineContext, crossinline block: () -> T): T(source)
默认使用 DefaultBlockingDispatcher 作为调度器的可中断执行函数。
See also
Throws
May be thrown by runInterruptible