Imo the task queue is very efficient with medium sized tasks. For micro sized tasks I like to make a
Imo the task queue is very efficient with medium sized tasks. For micro sized tasks I like to make a simple queue and an async method that runs one task or a small batch of them, then yields to the task queue