module Typhoeus::Pool

def self.clear

Clear the pool
def self.clear
  @mutex.synchronize { easies.clear }
end