Crate foreback

Source
Expand description

Foreback provides some future adapters for driving background work concurrently with foreground work. See FutureExt for details.

Structs§

ForegroundBackground
Future for with_background
TryForegroundBackground
Future for with_try_background

Traits§

FutureExt
Extension trait for Future providing adapters to run other futures concurrently in the background.