UNPKG

discord-hybrid-sharding

Version:

The first package which combines sharding manager & internal sharding to save a lot of resources, which allows clustering!

15 lines (14 loc) 521 B
export * from './Core/Cluster'; export * from './Core/ClusterClient'; export * from './Core/ClusterManager'; export * from './Plugins/HeartbeatSystem'; export * from './Plugins/ReCluster'; export * from './Structures/Child'; export * from './Structures/Data'; export * from './Structures/IPCHandler'; export * from './Structures/IPCMessage'; export * from './Structures/PromiseHandler'; export * from './Structures/Queue'; export * from './Structures/Worker'; export * from './types/shared'; export * from './Util/Util';