Skip to content

Instantly share code, notes, and snippets.

@Burgov
Created December 12, 2018 10:09
Show Gist options
  • Save Burgov/afeada0d8aad58a9592aef6f3fc98543 to your computer and use it in GitHub Desktop.
Save Burgov/afeada0d8aad58a9592aef6f3fc98543 to your computer and use it in GitHub Desktop.
next a
start handling a
next b
next c
next d
finish handling a
(skip b, c)
start handling d
next e
next f
finish handling d
(skip e)
start handling f
finish handling f
next g
start handling g
next h
next i
next j
next k
next l
next m
next n
next o
next p
next q
next r
finish handling g
(skip h through q)
start handling r
finish handling r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment