How I can pass message between 2 threads? For example I have NSThread A and NSThread B and I need to pass message from Thread A to Thread B.
How I can check if Thread A is active or completed? and if active then how i can pass message to it.
Any help will be appreciated.