Open jclark opened 1 year ago
The spec doesn't have any special isolated analysis rules for wait-action, which leads to seemingly reasonable code being disallowed https://github.com/ballerina-platform/ballerina-lang/issues/41661#issue-1982213751
We should try to improve on this.
See also #1276
I think we probably will want to encourage alternate-receive instead of alternate-wait. If we fix #1276, then I think that should work.
The spec doesn't have any special isolated analysis rules for wait-action, which leads to seemingly reasonable code being disallowed https://github.com/ballerina-platform/ballerina-lang/issues/41661#issue-1982213751
We should try to improve on this.