-
Notifications
You must be signed in to change notification settings - Fork 90
README: missing link for Akka's Dataflow Concurrency #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
retronym
added a commit
to retronym/async
that referenced
this issue
Mar 1, 2016
If we blindly splicing `{..$stats, ..$generatedCode}`, and the last expression in `$stats` is of type `Nothing`, we'll incur a dead code warning when typechecking the block. This commit: - introduces a helper method to augment user-written stats with synthetic code - Emit a try/finally in that code (so we advance the state, even if we are about to exit the state machine in the async-block global exception handler - Hide `Nothing` typed expressions from the dead code analysis by wrapping them in an `expr: Any` Fixes scala#150 (the part reported in the comments, not the original ticket.)
retronym
added a commit
to retronym/async
that referenced
this issue
Mar 1, 2016
By declararing the parameter of `async` as by-name. Fixes scala#150 (the bug in the original ticket.)
retronym
added a commit
to retronym/async
that referenced
this issue
Mar 1, 2016
If we blindly splicing `{..$stats, ..$generatedCode}`, and the last expression in `$stats` is of type `Nothing`, we'll incur a dead code warning when typechecking the block. This commit: - introduces a helper method to augment user-written stats with synthetic code - Emit a try/finally in that code (so we advance the state, even if we are about to exit the state machine in the async-block global exception handler - Hide `Nothing` typed expressions from the dead code analysis by wrapping them in an `expr: Any` Fixes scala#150 (the part reported in the comments, not the original ticket.)
retronym
added a commit
to retronym/async
that referenced
this issue
Mar 1, 2016
Backport fix for scala#150 to 2.10.x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The requested URL /docs/akka/snapshot/scala/dataflow.html was not found on this server.
The text was updated successfully, but these errors were encountered: