Develop Center
Thread worker, to do async tasks in worker thread. All tasks pushed into the worker are ensured to finish before the worker dispose.
public void Dispose()
Dispose resources.
public void Run(Action task)
Run task in worker thread.