[][src]Function libuv::misc::shutdown

pub fn shutdown()

Release any global state that libuv is holding onto. Libuv will normally do so automatically when it is unloaded but it can be instructed to perform cleanup manually.

Warning: Only call shutdown() once.

Warning: Don’t call shutdown() when there are still event loops or I/O requests active.

Warning: Don’t call libuv functions after calling shutdown().