Skip to content

Instantly share code, notes, and snippets.

@jaozinfs
Last active September 22, 2020 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaozinfs/d6b159afdbf735451663bb279053be50 to your computer and use it in GitHub Desktop.
Save jaozinfs/d6b159afdbf735451663bb279053be50 to your computer and use it in GitHub Desktop.
Inicia o flow e pega os 10 primeiros resultados emitidos
GlobalScope.launch {
increase(DEFAULT_DELAY).take(10).collect {
print("Current value: $it")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment