|
Description
|
A DESCRIPTION OF THE REQUEST :
When
boolean hasStarted()
returns true, it means that the next statement to execute in the thread that set this condition to true was the computation represented by the Future. A true result also implies that the Future is no longer queued, if it had been queued.
The waitForStart() method blocks until hasStarted() returns true.
JUSTIFICATION :
There are situations in which this additional life-cycle information can be useful, if only for a monitoring UI.
Posted Date : 2005-11-15 22:34:32.0
|