Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA authored Oct 30, 2024
1 parent a7fb9f8 commit b6c26e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ router.SubscribeAwait<FooCommand>(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. |
Expand Down

0 comments on commit b6c26e0

Please sign in to comment.