| AccessFlow Namespace |
| Interface | Description | |
|---|---|---|
| IAccessContextTScope |
A context for accesses to side effects within an access scope of
RequiredScope.
| |
| IAccessContextualTScope, TThis, TChildContextual |
An object operating within an IAccessContextTScope
and which child access contextuals can be derived from.
| |
| IAccessScopeLogicTScope |
Represents the logic for certain scopes.
| |
| IAwaiterT |
The awaiter of a future.
| |
| IChildContextualCreatorTScope, TChild |
Creator of childs within access contexts.
| |
| IChildContextualFactoryTScope, TParent, TChildContextual |
Creator for an access contextual based on a parent.
| |
| IFutureT |
Provides a similar interface as TaskTResult,
but supports a covariant generic parameter.
| |
| IReactiveT |
The return value of an asynchronous operation, which produces a result.
The result can be available before the operation has completed.
| |
| IResolverT |
Allows to resolve a value.
This class is the counterpart to IFutureT.
| |
| ITaskCollector |