(async) Mutex is nice when only one thing can acce...
# coroutines
k
(async) Mutex is nice when only one thing can access the resource. and… Mutex could be implemented as a Semaphore with 1 permit