package com.tridium.util.backport.concurrent; public interface ThreadFactory { Thread newThread(Runnable runnable); }