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§

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

Functions§

defer
Defer execution of f until this scope is exited.