modernice / goes

goes is an event-sourcing framework for Go.
https://goes.modernice.dev
Apache License 2.0
134 stars 12 forks source link

Concurrent Event Handling #125

Closed bounoable closed 1 year ago

bounoable commented 1 year ago

Add a new handler.Workers() option to support handling multiple events in parallel without additional code.