Hi, is there good `suspend`ing equivalent for `Rea...
# coroutines
f
Hi, is there good `suspend`ing equivalent for 
ReadWriteLock
 in a library anywhere?
m
There is atomic-fu. It's not suspending but has multiplateform rw locks
f
Thank you!
u
Mutex?
f
Mutex is not the same as ReadWritLock: Wiki. By the way there is no ReadWriteLock in atomicfu
m
Arg yes, my bad, it's reentrantLock, not rw
I remember an issue with native rw locks but afair it wasn't implemented