소개
This skill provides a comprehensive toolkit for implementing multi-threading and parallel processing within Bun environments. It equips Claude with the patterns needed to offload CPU-intensive tasks, manage worker pools for concurrency, and handle complex thread communication using SharedArrayBuffer and MessageChannels. Whether you're optimizing performance for heavy data processing or building scalable background services, this skill ensures type-safe and efficient implementation of both Web Worker and worker_threads APIs native to Bun.