As title says, it would be nice to have an implementation of the AsyncExecutor that uses a PriorityQueue instead of a simple list to store the tasks.
It would be also a really good nice-to-have to let the developer change the requests priority during while the AsyncExecutor executes
As title says, it would be nice to have an implementation of the
AsyncExecutorthat uses aPriorityQueueinstead of a simple list to store the tasks.It would be also a really good nice-to-have to let the developer change the requests priority during while the
AsyncExecutorexecutes