logo
首页技术栈工具库讨论
scopeguard

scopeguard

A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconbluss/scopeguard144
CARGO
cargo install scopeguard
查看
标签
根据用户添加的标签生成
暂无标签