Last active
June 29, 2016 22:49
-
-
Save leogrim/a005dc0d6737d53b6f133d40e679b64b to your computer and use it in GitHub Desktop.
Juggle - Concurrent Task Processing With a Single Actor - https://medium.com/kifi-engineering/juggle-concurrent-task-processing-with-a-single-actor-ed9f33c713cf
This file contains hidden or 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
private[this] var closing = false | |
private[this] var pulling = 0 | |
private[this] var processing = Set.empty[T] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment