[][src]Crate lelet_utils

Macros

defer

Defer the execution until the scope is done

ready

Extracts the successful type of a Poll<T>.

Structs

SimpleLock

A simple lock.

SimpleLockGuard

A guard holding a SimpleLock.

Yields

Future that will yield multiple times

Functions

abort_on_panic

Call abort when f panic

block_on

Block current thread until f is complete