Package com.android.builder.tasks

Interface Summary
QueueThreadContext<T> Notification of queue events, creation, task running and destruction
Task<T> Task that can be created asynchronously.
 

Class Summary
BooleanLatch Implementation of a 2 state boolean latch, which can either be signaled or not.
Job<T> Definition of a queued job.
JobContext<T> Contains contextual (and usually mutable) job data.
WorkQueue<T> A work queue that accepts jobs and treat them in order.