Created
          October 3, 2008 23:56 
        
      - 
      
- 
        Save wycats/14685 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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