Namespace containing methods for controlling the garbage collector.
Functions
_collect()
Triggers one cycle of garbage collection.
_pause()
Disables automatic garbage collection until resume is called.
_resume()
Re-enable automatic garbage collection after it was stopped by pause