async-event-dispatch
A simple event dispatcher for Rust that is not susceptible to the slow-receiver problem.
;
let dispatcher = new;
let subscriber = dispatcher.subscribe.await;
spawn
dispatcher.dispatch.await;
A simple event dispatcher for Rust that is not susceptible to the slow-receiver problem.
;
let dispatcher = new;
let subscriber = dispatcher.subscribe.await;
spawn
dispatcher.dispatch.await;