kotest-core / io.kotest.core.runtime / TimeoutExecutionContext / executeWithTimeoutInterruption

executeWithTimeoutInterruption

abstract suspend fun <T> executeWithTimeoutInterruption(timeout: Duration, f: suspend () -> T): T