summaryrefslogtreecommitdiff
path: root/doc/api/cluster.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 3ceec142b6..7ab4d33dbd 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -109,7 +109,8 @@ will be dropped and new connections will be refused. Node.js does not
automatically manage the number of workers, however. It is the application's
responsibility to manage the worker pool based on its own needs.
-
+Although a primary use case for the `cluster` module is networking, it can
+also be used for other use cases requiring worker processes.
## Class: Worker
<!-- YAML