feat: deprecated shard

This commit is contained in:
Elysia
2024-09-17 11:54:28 +07:00
parent 51cff59e91
commit 94f90e8aaf
5 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ const Util = require('../util/Util');
/**
* Helper class for sharded clients spawned as a child process/worker, such as from a {@link ShardingManager}.
* Utilises IPC to send and receive data to/from the master process and other shards.
* @deprecated
*/
class ShardClientUtil {
constructor(client, mode) {