We can simplify the ResponseManager by refactoring it to use the extracted TaskQueue logic. Even better if we can successfully extract the queryExecutor to its own module and unit test it (not as essential though), and then move instantiation of the query executor up to the top level module.
What
We can simplify the ResponseManager by refactoring it to use the extracted TaskQueue logic. Even better if we can successfully extract the queryExecutor to its own module and unit test it (not as essential though), and then move instantiation of the query executor up to the top level module.