Skip to content

Instantly share code, notes, and snippets.

@wycats
Created October 3, 2008 23:56
Show Gist options
  • Save wycats/14685 to your computer and use it in GitHub Desktop.
Save wycats/14685 to your computer and use it in GitHub Desktop.
def exiting=(bool)
Extlib.exiting = bool
if bool && Extlib.const_defined?("Pooling") && Extlib::Pooling.scavenger?
Extlib::Pooling.scavenger.wakeup
end
@exiting = bool
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment