📄️ Custom Task Queues
By default, Piscina uses a simple array-based first-in-first-out (fifo)
📄️ Performance Notes
Workers are generally optimized for offloading synchronous,
In this section, you'll find information on more complex features of Piscina like setting up your own task queues and tips for making your application run faster. This part of the documentation is great for when you want to get more out of Piscina and understand how to manage tasks and performance better.
By default, Piscina uses a simple array-based first-in-first-out (fifo)
Workers are generally optimized for offloading synchronous,