(image string)
| 373 | func (p *OrgReservedPool) SpawnMinWorkers(count int) error { |
| 374 | return nil |
| 375 | } |
| 376 | |
| 377 | func (p *OrgReservedPool) HealthCheckLoop(ctx context.Context, interval time.Duration, onCrash WorkerCrashHandler, onProgress ProgressHandler) { |
| 378 | } |
| 379 | |
| 380 | func (p *OrgReservedPool) SetMaxWorkers(n int) { |
| 381 | p.shared.mu.Lock() |
| 382 | defer p.shared.mu.Unlock() |