Skip to content

Instantly share code, notes, and snippets.

@Skyyo
Created April 18, 2021 20:08
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 Skyyo/58d213254027774d3277ca1edc2f7b50 to your computer and use it in GitHub Desktop.
Save Skyyo/58d213254027774d3277ca1edc2f7b50 to your computer and use it in GitHub Desktop.
fun onCardDisposed(currencyId: Int) {
if (producers.containsKey(currencyId)) {
producers.getValue(currencyId).job.cancel()
producers.remove(currencyId)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment