A simple event bus for Go
Find a file
Leon Mika 91d1562e0e Added TryFire
This allows handlers to return errors which will be returned to the caller.
Also replaced error returned from On with a panic.
2024-03-09 00:40:42 +00:00
bus.go Added TryFire 2024-03-09 00:40:42 +00:00
bus_test.go Rename Dispatcher to Bus 2020-09-06 20:22:19 +10:00
errors.go Added TryFire 2024-03-09 00:40:42 +00:00
go.mod Initial commit 2020-08-23 08:15:12 +10:00
go.sum Initial commit 2020-08-23 08:15:12 +10:00
handler.go Added TryFire 2024-03-09 00:40:42 +00:00
handler_tinygo.go Initial commit 2020-08-23 08:15:12 +10:00