7 releases

0.2.6 Aug 30, 2024
0.2.5 Aug 5, 2024
0.2.0 Jul 30, 2024

#2 in #dispatching

25 downloads per month

BSD-3-Clause

5KB

Argentum ToolKit. Event. Business layer.

Restrictions

  • Event listeners should handle events idempotently
  • Events don't have prioritization
  • Event dispatching can't be cancelled

lib.rs:

Event component

The easiest way to work with events, listeners, and dispatchers Provides a macro to create and manage your own events

No runtime deps