duyler/event-bus

dev-main 2024-06-30 05:27 UTC

This package is auto-updated.

Last update: 2024-06-30 05:28:38 UTC


README

Build status type-coverage psalm-level codecov

Action Bus

The action bus implements cooperative multitasking between actions performed inside it. Each action is performed inside a separate thread (Fiber) in an isolated DI container. Execution can be controlled using state handlers, triggers, and subscriptions to events generated by actions.

Full documentation see duyler.com/en/docs/action-bus