IterateParallel starts a number of workers as defined by variable concurrencyLevel and executes the query. Each database row gets evenly distributed to the workers. The callback function gets called within a worker. concurrencyLevel should be the number of CPUs. You should use this function when you
(ctx context.Context, concurrencyLevel int, callBack func(*ColumnMap) error, args ...any)
source not stored for this graph (policy: none)