Searched defs:callWithTimeout (Results 1 – 7 of 7) sorted by relevance
150 <T extends @Nullable Object> T callWithTimeout( in callWithTimeout() method172 default <T extends @Nullable Object> T callWithTimeout(Callable<T> callable, Duration timeout) in callWithTimeout() method
116 private <T extends @Nullable Object> T callWithTimeout( in callWithTimeout() method in SimpleTimeLimiter143 public <T extends @Nullable Object> T callWithTimeout( in callWithTimeout() method in SimpleTimeLimiter
55 public <T extends @Nullable Object> T callWithTimeout( in callWithTimeout() method in FakeTimeLimiter
104 <T extends @Nullable Object> T callWithTimeout( in callWithTimeout() method
38 private suspend fun callWithTimeout(doYield: Boolean) = withTimeout(Long.MAX_VALUE) { in <lambda>() method in kotlinx.coroutines.exceptions.StackTraceRecoveryNestedScopesTest