Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
ed8ac913b6 |
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ internal sealed class NotificationInvoker<TNotification> : NotificationInvoker
|
||||||
|
|
||||||
static NotificationHandlerDelegate<TNotification> Chain(NotificationHandlerDelegate<TNotification> next, INotificationBehavior<TNotification> behavior)
|
static NotificationHandlerDelegate<TNotification> Chain(NotificationHandlerDelegate<TNotification> next, INotificationBehavior<TNotification> behavior)
|
||||||
{
|
{
|
||||||
return [StackTraceHidden] (n, ct) => behavior.HandleAsync(n, next, ct);
|
return [StackTraceHidden](n, ct) => behavior.HandleAsync(n, next, ct);
|
||||||
}
|
}
|
||||||
|
|
||||||
Task Terminal(TNotification n, CancellationToken ct)
|
Task Terminal(TNotification n, CancellationToken ct)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue