Package com.smaxe.me.core

Interface Summary
Executor Executor - executor.
ExecutorService ExecutorService - Executor service.
 

Class Summary
AsyncWorker AsyncWorker - ExecutorService implementation that executes tasks one by one asynchronously, i.e. in the separate thread.
LinkedHashtable LinkedHashtable - linked hashtable.
Listeners Listeners - listeners.
SyncWorker SyncWorker - ExecutorService implementation that executes tasks synchronously, i.e. in the thread that executes the task.