You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workers created in a fork-stmt are also peers of each other. The workers created in a fork-stmt are not peers of a function's default worker nor of its named workers.
Related website/documentation area
Add/Uncomment the relevant area label out of the following.
Area/BBEs
Describe the problem(s)
A detailed description of the purpose of this improvement.
Describe your solution(s)
A detailed description of how this improvement will solve the problem described above.
Related issue(s) (optional)
Any related issues such as sub tasks and issues reported in other repositories (e.g., component repositories), similar problems, etc.
Suggested label(s) (optional)
Optional comma-separated list of suggested labels. Non committers can’t assign labels to issues, and thereby, this will help issue creators who are not a committer to suggest possible labels.
Suggested assignee(s) (optional)
Optional comma-separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, and thereby, this will help issue creators who are not a committer to suggest possible assignees.
The text was updated successfully, but these errors were encountered:
We alsondon't have content for fork statement in learn pages also https://ballerina.io/learn/language-basics/. First we can create a BBE after verifying the fork statement behaviour, identifying the use cases. Then we can add learn page content.
Description
Need to add a BBE for fork statement.
Need to explain how message passing occurs between peer workers (with and without
fork
statement).https://ballerina.io/spec/lang/master/#section_7.8 says
Related website/documentation area
Area/BBEs
Describe the problem(s)
Describe your solution(s)
Related issue(s) (optional)
Suggested label(s) (optional)
Suggested assignee(s) (optional)
The text was updated successfully, but these errors were encountered: