groue / GRDBCombine

GRDB ❤️ Combine
MIT License
223 stars 16 forks source link

Fix a deadlock #42

Closed groue closed 4 years ago

groue commented 4 years ago

This pull request fixes a deadlock which could happen when both completion and cancellation of a database publisher would compete for acquiring inner locks.