class documentation
class TemporalOperationResult(Generic[
Unified result: sync value or async token.
Warning
This API is experimental and unstable.
| Class Method | async |
Create a result that completes the Nexus operation asynchronously. |
| Class Method | sync |
Create a result that completes the Nexus operation synchronously. |
| Method | __post |
Validate that the result represents exactly one completion mode. |
| Class Variable | token |
Undocumented |
| Method | _to |
Undocumented |