Uses of Class
net.spy.memcached.compat.SyncThread

Packages that use SyncThread
net.spy.memcached.compat spy.jar compatibility classes 
 

Uses of SyncThread in net.spy.memcached.compat
 

Methods in net.spy.memcached.compat that return types with arguments of type SyncThread
static
<T> Collection<SyncThread<T>>
SyncThread.getCompletedThreads(int num, Callable<T> callable)
          Get a collection of SyncThreads that all began as close to the same time as possible and have all completed.