Skip to content
Update Kotlin coroutines authored by umaumax's avatar umaumax
...@@ -109,6 +109,7 @@ pythonのwithやC++のmutexのブロックのような処理を実現する ...@@ -109,6 +109,7 @@ pythonのwithやC++のmutexのブロックのような処理を実現する
## タイムアウト ## タイムアウト
`withTimeout()``TimeoutCancellationException`例外が投げられるが、`withTimeoutOrNull()`は例外を投げない `withTimeout()``TimeoutCancellationException`例外が投げられるが、`withTimeoutOrNull()`は例外を投げない
[KotlinのCoroutineを試す (Cancellation and timeouts) - abcdefg.....]( https://pppurple.hatenablog.com/entry/2021/03/31/031146#Timeout ) [KotlinのCoroutineを試す (Cancellation and timeouts) - abcdefg.....]( https://pppurple.hatenablog.com/entry/2021/03/31/031146#Timeout )
## Dispatchers ## Dispatchers
... ...
......