Is there any tutorial for CCNotificationCenter?

I want use a message notification in multi-thread socket, but I don’t know if CCNotificationCenter met the requirement like WIN32’s message loop.
I made a thread to receive data and add data to a thread-safe deque. I want to notify the MAIN THREAD that data is received.
So, is there any tutorial for CCNotificationCenter?

Thx.