Crate async_events

source ·

Structs

  • 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.
  • A Future which is completed, once its associated event is resolved. See AsyncEvents::output_of.