public class BasicThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
Constructor and Description |
---|
BasicThreadFactory(java.lang.String name,
boolean daemon) |
Modifier and Type | Method and Description |
---|---|
java.lang.Thread |
newThread(java.lang.Runnable r) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.