[][src]Crate lelet_utils

Macros

defer

defer the execution until the scope is done

Structs

SimpleLock

A simple lock.

SimpleLockGuard

A guard holding a simple locked.

Yields

Future that will yield multiple time

Functions

abort_on_panic

call std::process::abort when f panic

block_on

block current thread until f is complete