Resources backgound loading.

Hi,

Does cocos2d-x supporting loading resources in background thread?

Thanks.

No yet. Feature #465 is in the plan of v0.9.3.
If you cannot wait, you can implement it by pthread APIs which are available on both ios & android. But take care of CCAutoreleasePool due to feature #354