(no title)
willx86 | 11 days ago
Quick question, why this style?
opts := toil.Options{}. WithWorkers(4). // Use 4 workers (default: number of CPU cores) StopOnError(true)
Most golang uses: toil.Options{Workers: 4} etc etc?
Bar that I look forward to using it!
willx86|11 days ago
Using context here would be great so jobs can be cancelled instead of timeout