Is AsyncGetToFile truly Async if you have to wait on a port?
I have been developing for roku for several months now and one thing still boggles my mind. Why name a method AsyncGetToFile if it is truly not Asynchronous? If i have to create a message port and...
So if this is the case, and I have 30+ images to load would you recommend having a pool of roURLRequestTransfer objects that I create and then alloc use for one for each image needed whenever I need?