Crate async_events[][src]

Structs

AsyncEvents

Allows to create futures which won’t 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. Waiting

Observer

A Future which is completed, once its associated event is resolved. See AsyncEvents::wait_for_output.