Module future_obj

Source

Modulesยง

if_alloc ๐Ÿ”’

Structsยง

FutureObj
A custom trait object for polling futures, roughly akin to Box<dyn Future<Output = T> + Send + 'a>.
LocalFutureObj
A custom trait object for polling futures, roughly akin to Box<dyn Future<Output = T> + 'a>.

Traitsยง

UnsafeFutureObj
A custom implementation of a future trait object for FutureObj, providing a vtable with drop support.

Functionsยง

remove_drop_lifetime ๐Ÿ”’ โš 
remove_future_lifetime ๐Ÿ”’ โš