elizarov
03/05/2017, 7:09 AMConcurrentHashMap is better.v0ldem0rt
03/05/2017, 6:00 PMv0ldem0rt
03/05/2017, 6:01 PMelizarov
03/05/2017, 6:44 PMsynchornized blocks a thread. There is a Mutex for coroutines with suspending lock.v0ldem0rt
03/05/2017, 8:23 PMsynchronized stuff in coroutines then 😄v0ldem0rt
03/05/2017, 8:24 PMMutex then 😛elizarov
03/05/2017, 8:51 PMv0ldem0rt
03/05/2017, 9:08 PMTask friendly. Hope I don't have to do it myself here.elizarov
03/06/2017, 5:04 AM