Skip to content

Commit

Permalink
Add a comment on worker process
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Aug 23, 2024
1 parent f0cb440 commit 152628e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/multiple-receive/multiple_receive.bal
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function fetch(string workerParam) returns string|error {
}

public function main() {
// Workers `w1` and `w2` fetch content using the respective arguments.
worker w1 {
fetch("w1") -> function;
}
Expand Down

0 comments on commit 152628e

Please sign in to comment.