In coccos2d-x ,how to multi-thread and what schdule is?

I need to load a large map from net,so i want to use mutil-thread to do it ,but didn’t now how to multi-thread in cocos2d-x.
please help me!

You can use pthread, and I think you should read the article [[How to use pthread]].