addImageAsync problem on windows platform

I work on windows to debug my program, and I want to load image asynchronously. But when I call addImageAsync() function to load a image, the UI (sprite animation …) is blocked for a while….
I wonder whether pthread can work on windows platform?…