[][src]Function milter::shutdown

pub fn shutdown()

Instructs the milter library event loop to exit, thereby shutting down the currently running milter.

This ultimately causes Milter::run to return.

TODO conditions when this can be called?