shutdown_hooks

Crates.ioshutdown_hooks
lib.rsshutdown_hooks
version0.1.0
sourcesrc
created_at2015-07-29 10:15:35.048339
updated_at2015-12-11 23:55:55.315022
descriptionShutdown hooks for Rust. Currently a friendly wrapper around atexit, will eventually allow you to remove hooks
homepage
repositoryhttps://github.com/Techern/shutdown_hooks_rs
max_upload_size
id2707
size3,587
Cruz Bishop (CruzBishop)

documentation

README

shutdown_hooks Build Status Crates.io

Shutdown hook functionality for Rust. Basically a wrapper around atexit for now

An unspecified future release will feature the ability to remove shutdown hooks

#Notes

So far, I have successfully tested an eight-second long shutdown hook under Windows. I haven't tested any longer than that, but you should be fine. If not, you would have faced the same issue with atexit anyway :)

Commit count: 15

cargo fmt