7#include "../macros.hpp"
11hi_export_module(hikogui.utility.defer);
13hi_export
namespace hi {
inline namespace v1 {
29 template<std::invocable<> Func>
39 void cancel()
noexcept
The HikoGUI namespace.
Definition array_generic.hpp:21
The HikoGUI API version 1.
Definition array_generic.hpp:22
Defer execution of a lambda to the end of the scope.
Definition defer.hpp:21