Module futures_task::future_obj

source ·

Modules§

Structs§

  • A custom trait object for polling futures, roughly akin to Box<dyn Future<Output = T> + Send + 'a>.
  • A custom trait object for polling futures, roughly akin to Box<dyn Future<Output = T> + 'a>.

Traits§

  • A custom implementation of a future trait object for FutureObj, providing a vtable with drop support.

Functions§