Andrey Bronnikov

Results 4 comments of Andrey Bronnikov

Anyway, I think QGrid should have any workaround

Some news? Can we try it with specific branch?

I got this too. Try solution by adding code: ```swift public func forEach(_ body: ((key: V, value: T)) throws -> Void) rethrows { try concurrentQueue.sync { try dictionary.forEach(body) } }...