Module mediator_sys::asynchronous::basic
source · Available on crate feature
async only.Structs
The
BasicAsyncBuilder helps you to create a BasicAsyncMediator.Basic async mediator for asynchronous environments with events of type
Ev.Traits
Publish an event
Ev asynchronously from within a handler.Send a request
Req asynchronously for processing to the mediator.
This will call the handler.Process the next event
Ev from the channel asynchronously.
This will call all listeners with a clone of that event.Handles the request
Req asynchronously.
Implemented by the user.Trait for creating a builder
that implements
BuilderFlow
for a mediator M.