Fix(doc): update cluster.md (#15214)

This commit is contained in:
Pham Minh Triet
2024-11-18 18:04:36 +07:00
committed by snwy
parent 3b60023e59
commit 73cc3bc6f4

View File

@@ -63,4 +63,4 @@ process.on("exit", kill);
---
At the time of writing, Bun hasn't implemented the `node:cluster` module yet, but this is a faster, simple, and limited alternative. We will also implement `node:cluster` in the future.
Bun has also implemented the `node:cluster` module, but this is a faster, simple, and limited alternative.