This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
v0.2.2
- Introduces a return value,
error
, on theEventBus
interface'sEmit
method. While this is a departure from the previous interface, we believe that moving from a panic to returning an error will lead to more stable code. Any old code that relies on recovering from a panic should update accordingly to handle the error returned.