From b6c26e0e50163b0aec475204c63a24cbbd324777 Mon Sep 17 00:00:00 2001 From: hadashiA Date: Wed, 30 Oct 2024 09:17:29 +0900 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3608134..1375d8b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ router.SubscribeAwait(async (cmd, cancellationToken) => { /* ... */ | Feature | Description | |-------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Declarative routing | The event delivery destination and interceptor stack are self-explanatory in the type definition. | -| Simple observer pattern | The event delivery destination and interceptor stack are self-explanatory in the type definition. | | Async/non-Async handlers | Integrate with async/await, and providing optimized fast pass for non-async way | | With DI and without DI | Auto-wiring the publisher/subscriber reference by DI (Dependency Injection). But can be used without DI for any project | | Fast, less allocations | The SourceGenerator eliminates meta-programming overhead and is more attentive to performance. See [Performance](#performance) section for details. |