Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprCompoundBase
- CExprConcurrentBlockBase
- CExprRace
- CExprRush
- CExprSync
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprConcurrentBlockBase : public uLang::CExprCompoundBase
Remarks
Block based concurrency primitives - sync{}, rush{} or race{} Can have two or more async subexpressions - 0 or 1 is a warning or error.
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprConcurrentBlockBase
(
int32_t ReserveSubExprNum |
Overridden from CExpressionBase
| Type | Name | Description | |
|---|---|---|---|
| const CExpressionBase * | FindFirstAsyncSubExpr
(
const CSemanticProgram& Program |
Returns itself or the first async sub-expression or return nullptr if it and all its sub-expressions are immediate. |