Last active
August 29, 2015 14:21
-
-
Save gardnervickers/9e915efc3ec875c68bcd to your computer and use it in GitHub Desktop.
flow-combine in onyx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Executing before task -=___ Peer 1 starts task/job and batch | |
Executing before batch -=__/ Segments are loaded through the :core.async/read-from-chan :in | |
Executing after batch -=__/ | |
Executing before batch -=___ Segments are loaded into the :inc function and processed | |
Executing after batch -=__/ | |
Executing before batch -=___ Segments are loaded through the :core.async/write-to-chan :out | |
Executing after task -=___ Why does this happen *before* "Executing after batch" | |
Executing after batch -=__/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment