Package org.bitcoinj.utils
Class DaemonThreadFactory
java.lang.Object
org.bitcoinj.utils.DaemonThreadFactory
- All Implemented Interfaces:
ThreadFactory
Thread factory whose threads are marked as daemon and won't prevent process exit.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DaemonThreadFactory
-
DaemonThreadFactory
public DaemonThreadFactory()
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-