Table of Contents

Delegate AsyncActionStrategy<TIn>.Handler

Namespace
PatternKit.Behavioral.Strategy
Assembly
PatternKit.Core.dll

Asynchronous handler delegate that performs side effects for a matching branch.

public delegate ValueTask AsyncActionStrategy<TIn>.Handler(TIn input, CancellationToken ct)

Parameters

input TIn

The input value to handle.

ct CancellationToken

A cancellation token.

Returns

ValueTask

A ValueTask that completes when the handler finishes.