Skip to content

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

Closed
Mullefa opened this issue Jan 17, 2016 · 0 comments
Closed

README: missing link for Akka's Dataflow Concurrency #150

Mullefa opened this issue Jan 17, 2016 · 0 comments

Comments

@Mullefa
Copy link

Mullefa commented Jan 17, 2016

The requested URL /docs/akka/snapshot/scala/dataflow.html was not found on this server.

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
By declararing the parameter of `async` as by-name.

Fixes scala#150 (the bug in the original ticket.)

(cherry picked from commit 4b1dbee)
retronym added a commit to retronym/async that referenced this issue Mar 1, 2016
@retronym retronym closed this as completed Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants