See: Description
Class | Description |
---|---|
AsyncTask<Params,Progress,Result> |
AsyncTask provides use of asynchronous operations without ocupying UI Thread
with non user interface tasks.
|
Lock |
Class used with the
synchronize keyword, representing a lock to avoid concurrent access. |
ThreadPool |
Pool that executes each submitted task using one of possibly several pooled
threads.
|