I was testing performSelector:onThread:withObject:waitUntilDone: for inter-thread communication as recommended by Matt Ghallagher’s tutorial. Turns out that it is extremely slow, and pretty much no good for real time audio applications. Any suggestions?
I was testing performSelector:onThread:withObject:waitUntilDone: for inter-thread communication as recommended by Matt Ghallagher’s tutorial .
Share
On the main thread:
It really does not get any simpler than that…