[Spec Deviation] Annotation to indicate that a newly created strand should be in a separate thread from the current strand #18001
Labels
Spec/2019R3
Related to Ballerina Spec 2019R3
Team/CompilerFE
All issues related to Language implementation and Compiler, this exclude run times.
Type/SpecDeviation
Milestone
Description:
The 2019r3 spec says
"There are two language constructs whose execution causes the creation of new strands: named-worker-decl and start-action. These constructs may use annotations to indicate that the newly created strand should be in a separate thread from the current strand. In the absence of such annotations, the new strand must be part of the same thread as the current strand."
This is not supported atm.
Affected Versions:
1.0.0-beta-SNAPSHOT - 15th August build
The text was updated successfully, but these errors were encountered: