Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Branch concurrency primitive - branch {Coro()} One async expression started and next expression executed immediately while the started expression continues independently until completion or the surrounding context (such as a coroutine) completes in which case it aborts early. Result is a handle to the invoked coroutine / invoked expression (also known as a future or promise) tracking the expression.
| Name | CExprBranch |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprBranch : public uLang::CExprSubBlockBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprSubBlockBase → CExprBranch
- CAttributable → CExpressionBase → CExprSubBlockBase → CExprBranch
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Scope | CCaptureControlScope * | uLang/Semantics/Expression.h |