📄️ Installation
This section will guide you through the process of getting started with Piscina.js. We'll cover installation, basic usage, and configuration options to help you quickly integrate Piscina.js into your project.
📄️ Basic Usage
Setting Up Your Main File
📄️ Managing Worker Threads
Delaying Availability of Workers
📄️ Typescript
Although Piscina itself is written in TypeScript and supports TypeScript out of the box, complication arises when trying to use .ts files directly as worker files because Node.js does not support TypeScript natively.