Module tokio::future

source ยท
Expand description

Asynchronous values.

Modulesยง

Traitsยง

  • Future ๐Ÿ”’
    A future represents an asynchronous computation obtained by use of async.