Skip to content

Instantly share code, notes, and snippets.

@artfuldev
Created July 17, 2016 18:15
Show Gist options
  • Save artfuldev/9b10161c432e2d637248b6cc1d30323e to your computer and use it in GitHub Desktop.
Save artfuldev/9b10161c432e2d637248b6cc1d30323e to your computer and use it in GitHub Desktop.
const allowed$ =
xs.merge(
puzzle$
.mapTo(false),
puzzle$
.compose(delay(4000))
.mapTo(true)
).remember();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment