Skip to content

Instantly share code, notes, and snippets.

@sundeepgupta
Last active May 17, 2018 14:29
Embed
What would you like to do?
FlatMap Article - CI Completion
project.addDeveloper(jim) // Jim started coding...
project.addDeveloper(anna) // Anna started coding...
project.stop()
jim.stopCoding()
anna.stopCoding() // CI stopped.
project.addDeveloper(bob)
bob.pushCommit("1")
jim.pushCommit("2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment