Async task executor.
factory Executor({ int concurrency = 1, Rate? rate, }) => _Executor(concurrency, rate);