Uses of Class
org.fusesource.hawtdispatch.Task

Uses of Task in org.fusesource.hawtdispatch
 

Subclasses of Task in org.fusesource.hawtdispatch
 class TaskWrapper
          
 

Fields in org.fusesource.hawtdispatch declared as Task
static Task Dispatch.NOOP
          A Runnable task that does nothing.
 

Methods in org.fusesource.hawtdispatch that return Task
 Task BaseRetained.getDisposer()
           
 

Methods in org.fusesource.hawtdispatch with parameters of type Task
 void DispatchQueue.execute(Task task)
           Submits a task for asynchronous execution on a dispatch queue.
 void DispatchQueue.executeAfter(long delay, TimeUnit unit, Task task)
           Schedule a task for execution on a given queue at a specified time.
 void DispatchSource.setCancelHandler(Task task)
           Sets the cancellation handler task for the given dispatch source.
 void BaseRetained.setDisposer(Task disposer)
           Adds a disposer runnable that is executed once the object is disposed.
 void DispatchSource.setEventHandler(Task task)
           Sets the event handler task of this dispatch source.
 



Copyright © 2010-2012 FuseSource, Corp.. All Rights Reserved.