7 releases

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

#3 in #dispatching

Download history 48/week @ 2024-07-24 395/week @ 2024-07-31 39/week @ 2024-08-07 4/week @ 2024-08-14 131/week @ 2024-08-28 5/week @ 2024-09-04

143 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