I understand that #32 is closed, but not sure that's because it's hard to do async stuff, or supporting block, or both.
I'd like to use block based API like enumerateObjectUsingBlock:. It's not asynchronous, but some of these API does not have alternative API using Objective-C selector, especially newly added APIs.
Ref #32
I understand that #32 is closed, but not sure that's because it's hard to do async stuff, or supporting block, or both.
I'd like to use block based API like
enumerateObjectUsingBlock:
. It's not asynchronous, but some of these API does not have alternative API using Objective-C selector, especially newly added APIs.