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

Using named workers for blocks in a dataflow graph #1271

Open
jclark opened this issue Oct 27, 2023 · 2 comments
Open

Using named workers for blocks in a dataflow graph #1271

jclark opened this issue Oct 27, 2023 · 2 comments
Labels
Area/Lang Relates to the Ballerina language specification Type/Improvement Enhancement to language design

Comments

@jclark
Copy link
Collaborator Author

jclark commented Oct 27, 2023

We need to allow the error type of a named worker to be inferred #45. We originally had error<*> for this but there were some bad interactions with distinct, so we got rid of it for Swan Lake.

@jclark
Copy link
Collaborator Author

jclark commented Oct 27, 2023

We need to way to say at compile time that a named worker does not outlive its function. This is useful when the function containing the workers is isolated: it would allow named workers to access structured parameters . This is #1096.

@anupama-pathirage anupama-pathirage added Type/Improvement Enhancement to language design Area/Lang Relates to the Ballerina language specification labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Lang Relates to the Ballerina language specification Type/Improvement Enhancement to language design
Projects
None yet
Development

No branches or pull requests

2 participants