mycelium_util

Module deferred

Source
Expand description

Deferred closure execution (a.k.a. scope guards).

See the Deferred type and the defer function for more information.

Structs§

  • Defers execution of a closure until a scope is exited.

Functions§

  • Defer execution of f until this scope is exited.