EDU.oswego.cs.dl.util.concurrent

Class PooledExecutor.Worker

Enclosing Class:
PooledExecutor
Implemented Interfaces:
Runnable

protected class PooledExecutor.Worker
extends Object
implements Runnable

Class defining the basic run loop for pooled threads.

Field Summary

protected Runnable
firstTask_

Constructor Summary

Worker(Runnable firstTask)

Method Summary

void
run()

Field Details

firstTask_

protected Runnable firstTask_

Constructor Details

Worker

protected Worker(Runnable firstTask)

Method Details

run

public void run()