Skip to content
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

Fork operator [was separate] #1281

Closed
pditommaso opened this issue Aug 19, 2019 · 2 comments
Closed

Fork operator [was separate] #1281

pditommaso opened this issue Aug 19, 2019 · 2 comments
Milestone

Comments

@pditommaso
Copy link
Member

pditommaso commented Aug 19, 2019

Since the deprecation of create channel factory, it's needed an operator to replace the existing separate operator which requires the target channel to be created ahead.

For example:

c.fork { 
  foo: 
    <expression statement> 
   bar: 
     <expression statement> 
   .. : 
     <expression statement> 
} 

The closure returns an n-tuple of values each of which corresponds to the last evaluate expression statement in the corresponding block-labelled block.

Related Related #1281 #1269

@pditommaso pditommaso changed the title Fork operate [was separate] Fork operator [was separate] Aug 19, 2019
@pditommaso pditommaso added this to the v19.10.0 milestone Aug 21, 2019
pditommaso added a commit that referenced this issue Aug 21, 2019
@pditommaso
Copy link
Member Author

@pditommaso
Copy link
Member Author

This has been renamed to multiMap. See afd671c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant