Kitura / Swift-Kuery-ORM

An ORM for Swift, built on Codable
Apache License 2.0
212 stars 30 forks source link

Synchronise access to shared `table info` dictionary #101

Closed kilnerm closed 5 years ago

kilnerm commented 5 years ago

This PR adds synchronization around access to the dictionary used to store table info.

Without this synchronization concurrent access can lead to crashes on Swift 5.