Package totalcross.util.concurrent
-
Class Summary 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 thesynchronizekeyword, representing a lock to avoid concurrent access.ThreadPool Pool that executes each submitted task using one of possibly several pooled threads.