Esempio n. 1
0
 ImageDownloader()
 {
     queue = new ASyncNAtATimeQueue <
         Url,
         Either <WWWError, UsageCountedDisposable <Texture2D> >
         >(2, url => download(url).future);
 }