mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
* push some cursed stuff * bucket * fix bugs and hack start ordered * some management improvements * more gw stuff * f * rename manager to gateway * remove basic thing * remove old stuff * f * fix imp * fixes
9 lines
296 B
TypeScript
9 lines
296 B
TypeScript
export * from "./calculateTotalShards.ts";
|
|
export * from "./calculateWorkerId.ts";
|
|
export * from "./gatewayManager.ts";
|
|
export * from "./prepareBuckets.ts";
|
|
export * from "./shardManager.ts";
|
|
export * from "./spawnShards.ts";
|
|
export * from "./stop.ts";
|
|
export * from "./tellWorkerToIdentify.ts";
|