AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

GCD or NSOperation #22

Closed AlfonsoUceda closed 11 years ago

AlfonsoUceda commented 11 years ago

Hi:

Does iActiveRecord support GCD or NSOperation?

Thanks

AlexDenisov commented 11 years ago

Hi @AlfonsoUceda, sorry for delay, working on another projects. I've added GCD support, but haven't test it in the real application.

AlexDenisov commented 11 years ago

btw, thanks for @mgod. My solution based on his implementation of gcd_queue + iActiveRecord. @mgod, I'll accept PRs from you. In a few days I have plans to add contributing guide.

mgod commented 11 years ago

You're welcome! Most of the other commits on stable in there are project specific, but I'll send a couple of tweaks and performance improvements for you to look at.

AlexDenisov commented 11 years ago

@mgod, I'm glad to head this, thank you.