[][src]Crate futurify

Structs

Futurified

Future wrapping a sync function that will be executed in a separate thread.

Functions

wrap

Wraps a closure to be executed in a separate thread. It will be executed once the returning Future is polled.

wrap_eager

Similar to wrap but this will execute the closure even if the future is never polled.