Module dispatcher

Source
Expand description

Event dispatcher for typed event handling

This module provides a type-safe event dispatch system with thread-safety and proper error handling.

Structs§

Dispatcher
Thread-safe event dispatcher for a specific event type

Traits§

Handler
Handler trait for processing events