Skip to content

Instantly share code, notes, and snippets.

@shredderskelton
Created February 11, 2021 07:58
Show Gist options
  • Select an option

  • Save shredderskelton/e4979c65f2d0acc54fd786db68cc233e to your computer and use it in GitHub Desktop.

Select an option

Save shredderskelton/e4979c65f2d0acc54fd786db68cc233e to your computer and use it in GitHub Desktop.
SlowIndexedCollector
FirebaseStorage.getInstance().reference.download("tanz.mov")
.collectIndexed { _, result: DownloadResult ->
delay(5000)
updateScreen(result)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment