Package org.jruby.threading


package org.jruby.threading
  • Classes
    Class
    Description
    A ThreadFactory for when we're using pooled threads; we want to create the threads with daemon = true so they don't keep us from shutting down.