Module dominator_helpers::futures[][src]

Structs

AsyncLoader

Makes it easier to run a future in the background with the ability to cancel and/or swap it The status of the most-recent future can be gotten as a signal via is_loading()

Functions

spawn_future

Makes it easier to spawn a future into a cancellable signal