Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Kotlin coroutines
authored
Jul 30, 2023
by
umaumax
Show whitespace changes
Inline
Side-by-side
Kotlin-coroutines.md
View page @
fc1f7d4c
...
...
@@ -102,6 +102,11 @@ async function's result is 42
`Mutex.lock()`
はsuspend関数であるので、スレッドをブロックしない
### withLock
[
withLockで楽しい排他制御ライフを! - Qiita
](
https://qiita.com/ist-sa-o/items/1942c906d329489f4b30
)
pythonのwithやC++のmutexのブロックのような処理を実現する
## Dispatchers
4種類のディスパッチャーがある
...
...
...
...