Module spirit_tokio::installer[][src]

Expand description

Installer of futures.

The FutureInstaller is an Installer that allows installing (spawning) futures, but also canceling them when they are no longer required by the configuration.

Structs

An installer able to install (an uninstall) long-running futures.