-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(event): add
handler.Workers()
option
refactor(handler.go): improve comments for better code understanding feat(handler.go): add Startup function to handle events on startup feat(handler.go): add Workers function to set number of workers for event processing feat(handler.go): modify Run function to process events concurrently feat(handler.go): add handleEvents function for concurrent event processing feat(handler.go): modify startup function to handle startup events concurrently refactor(handler.go): rename store to startupStore for better clarity refactor(handler.go): rename handleStoredEvents to startup for better clarity refactor(handler.go): deprecate WithStore function, use Startup instead
- Loading branch information
Showing
1 changed file
with
113 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters