Guest User

Untitled

a guest
Oct 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. getThingFromNetwork():
  2. if (downloadAlreadyInProgress):
  3. return cachedFuture
  4.  
  5. cachedFuture = startDownload()
  6. return cachedFuture
Add Comment
Please, Sign In to add comment