nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 733 forks source link

Move to GCD. #238

Closed vovkasm closed 8 years ago

vovkasm commented 8 years ago

This patch convert usage of NSThread api to GCD. It simplifies synchronization (because use of queues). Also it fixes for me errors like this on devices with iOS9:

_BSMachError: (os/kern) invalid capability (20)
_BSMachError: (os/kern) invalid name (15)

I'am tested this only on ios9 device and on simulators from Xcode7. I can work to improve it if it will be any comments or suggestions. Thanks!