Click or drag to resize
AccessFlow Namespace
This namespace contains interfaces and classes for the AccessFlow framework. The goal of AccessFlow is to parallelize operations specified in sequential form.
Classes
  ClassDescription
Public classAccessContext
Public classAccessContextualTScope, TParent, TChildContextual
Public classAwaiterForTask
Public classChildContextualCreator
Public classChildContextualCreatorExtensions
Public classConstantAwaiter
Public classConstantFuture
Public classFuture
Public classLambdaSubContextualFactory
Public classReactive
Public classResolver
Public classTaskCollector
Provides a basic thread safe implementation for ITaskCollector.
Public classTaskFuture
Interfaces
  InterfaceDescription
Public interfaceIAccessContextTScope
A context for accesses to side effects within an access scope of RequiredScope.
Public interfaceIAccessContextualTScope, TThis, TChildContextual
Public interfaceIAccessScopeLogicTScope
Represents the logic for certain scopes.
Public interfaceIAwaiterT
The awaiter of a future.
Public interfaceIChildContextualCreatorTScope, TChild
Creator of childs within access contexts.
Public interfaceIChildContextualFactoryTScope, TParent, TChildContextual
Creator for an access contextual based on a parent.
Public interfaceIFutureT
Public interfaceIReactiveT
The return value of an asynchronous operation, which produces a result. The result can be available before the operation has completed.
Public interfaceIResolverT
Public interfaceITaskCollector
Collects Task-s and can bunch them to a new Task representing the finish of all collected Task-s.