Skip to content

5.1.0

Compare
Choose a tag to compare
@LK-Simon LK-Simon released this 30 Aug 13:42
· 13 commits to main since this release
9c0924c

Implemented .youngerThan Event Interest

  • EventListeners now support the .youngerThan interested, specifying a maximumAge parameter to define (in nanoseconds) the maximum age an Eventable can be (from the point of Dispatch) before the Listener is no longer interested in it.
  • EventReceiving types (all of them) now also support the above behaviour.
  • README.md has been updated to provide an example of how to specify an EventListener with a Maximum Age constraint.