pub fn dispatch_sync<E: Event + 'static>(event: E)
Dispatch an event synchronously (fire and forget).
This spawns the event handling as a background task and returns immediately.