A simple executor for queuing and executing asynchronous operations sequentially.
Create a new executor instance.
Add an asynchronous operation to the execution queue.
Execute the queued asynchronous operations sequentially.
A simple executor for queuing and executing asynchronous operations sequentially.