Jason Zhao
07/23/2023, 7:53 AMlimitedParallelism
context. This way the write lock avoids other coroutines from touching the data in my object while the first coroutine suspends. But I think the virtual threads + coroutines version is much cleaner and more efficient.