Nick Coghlan wrote: > since breaking up the current single level loops as nested loops > would be a pre-requisite for allowing these APIs to check for signals > while they're running while keeping the per-iteration overhead low Is there really much overhead? Isn't it just checking a flag? -- Greg