Module type JoinPool.Shared.Config

module type Config = sig .. end
Configuration of pool

val debug : bool
If true, gives a few diagnostics on the standard error stream.
val nagain : int
A given task will be re-issued at most nagain times. No limit is enforced when nagain is strictly less that zero