| Methods in com.go.trove.util that throw NoThreadException |
java.lang.Thread |
ThreadPool.start(java.lang.Runnable target)
Waits for a Thread to become available and starts a Runnable in it. |
java.lang.Thread |
ThreadPool.start(java.lang.Runnable target,
long timeout)
Waits for a Thread to become available and starts a Runnable in it. |
java.lang.Thread |
ThreadPool.start(java.lang.Runnable target,
java.lang.String name)
Waits for a Thread to become available and starts a Runnable in it. |
java.lang.Thread |
ThreadPool.start(java.lang.Runnable target,
long timeout,
java.lang.String name)
Waits for a Thread to become available and starts a Runnable in it. |