Full removal of SourceGen Meditor. Will revisit in good time.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Toolkit.Framework.Foundation;
|
||||
|
||||
public interface INotificationHandler<in TNotification> where TNotification : INotification
|
||||
{
|
||||
ValueTask Handle(TNotification notification, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user