Some checks failed
Go CI/CD / go-ci (push) Has been cancelled
Introduced a Dispatcher to manage command, query, and event handlers in a thread-safe manner utilizing read-write mutexes. This includes handler registration and dispatching logic, error handling for unregistered handlers, and support for concurrent operations. Added comprehensive tests for handler registration, dispatching, and error scenarios.
6 lines
105 B
Modula-2
6 lines
105 B
Modula-2
module gitstormr.dev/stone-utils/stonecqrs
|
|
|
|
go 1.24
|
|
|
|
require gitstormr.dev/stone-utils/stoneerror v1.0.0
|