I still dont no how it works. If it is like a coroutine it means there is a time slot within each frame, where www makes a part of the Download, stops until the next Frame (yield) and continues the Download in the next frame. That also means the class has a way to determine how much time is available in each frame for the Download.
The other option is, that it works as a thread simultanusly to the Main (framebased) thread. Can anyone make that clear? Is the behaviour the same on each platform or does it work different eg. On iOS?
↧