Class LeftGuardedSynchronizationJob<TLeft, TRight>
Denotes a synchronization job guarded at the LHS
Implements
ISynchronizationJob<TLeft, TRight>
Inherited Members
Namespace: NMF.Synchronizations
Assembly: NMF.Synchronizations.dll
Syntax
public class LeftGuardedSynchronizationJob<TLeft, TRight> : GuardedSynchronizationJob<TLeft, TRight>, ISynchronizationJob<TLeft, TRight>
Type Parameters
Name | Description |
---|---|
TLeft | The LHS type |
TRight | The RHS type |
Constructors
| Edit this page View SourceLeftGuardedSynchronizationJob(ISynchronizationJob<TLeft, TRight>, ObservingFunc<TLeft, bool>)
Creates a new synchronization job guarded at the LHS
Declaration
public LeftGuardedSynchronizationJob(ISynchronizationJob<TLeft, TRight> inner, ObservingFunc<TLeft, bool> guard)
Parameters
Type | Name | Description |
---|---|---|
ISynchronizationJob<TLeft, TRight> | inner | The inner synchronization job |
ObservingFunc<TLeft, bool> | guard | The guard function |
Methods
| Edit this page View SourceCreateTracker(SynchronizationComputation<TLeft, TRight>)
Creates a tracker for the given computation
Declaration
protected override INotifyValue<bool> CreateTracker(SynchronizationComputation<TLeft, TRight> computation)
Parameters
Type | Name | Description |
---|---|---|
SynchronizationComputation<TLeft, TRight> | computation | The computation that shall be tracked |
Returns
Type | Description |
---|---|
INotifyValue<bool> |