Lines Matching refs:ready
202 Queues a Runnable so that it is "ready"
203 to run. (A Runnable is "ready" when its
218 Run one runnable if it is ready to run
226 there are no more "ready" runnables.
234 "ready".
240 Makes all currently queued items ready.
247 They are not necessarily "ready".
255 until none of them have ready work.
265 seen. You will need to tell the Executor to run its ready items. A quick example
293 executor.advanceClockToNext(); // One more thing ready to run.
296 executor.advanceClockToNext(); // One more thing ready to run.