tern_core

Module future

Source

Traits§

  • A future represents an asynchronous computation obtained by use of async.

Type Aliases§

  • An owned dynamically typed Future for use in cases where you can’t statically type your result or need to add some indirection.