Send data from one thread to another!

In our game ,i need to load data from internet and when it complete,i’ll send the data to the main thread .
I used pthread but i don’t how to send data

Send data?
You can share data between two threads.
Use the flag to determine whether the data is ready.