Crate async_events

Source

Structsยง

AsyncEvents
Allows to create futures which will not complete until an associated event id is resolved. This is useful for creating futures waiting for completion on external events which are driven to completion outside of the current process.
Observer
A Future which is completed, once its associated event is resolved. See AsyncEvents::output_of.