Module async_dispatcher

Module async_dispatcher 

Source
Expand description

Asynchronous event dispatcher.

This module provides the AsyncDispatcher that manages event processing in a background task, routing events to registered agents via a router.

Structsยง

AsyncDispatcher
Asynchronous event dispatcher for agent systems.