.waitForIdentify(shardId, fn)
shardId: number, fn: () => Promise<T> → Promise<T>
await parentIdentifyThrottler.waitForIdentify(shardId, fn);Class
Identify throttler for ShardingManager children. Each IDENTIFY waits for a spawn token from the parent (which owns the per-IP budget).
new ParentIdentifyThrottler(shardUtil: ShardClientUtil)ShardClientUtilshardId: number, fn: () => Promise<T> → Promise<T>
await parentIdentifyThrottler.waitForIdentify(shardId, fn);