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 b6c26e0 commit 73a7c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ 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 event handler | Event handlers are registered directly in lambda expressions without using class definitions is also possible. |
| 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 73a7c25

Please sign in to comment.