var j : seq[Channel[Request]] for y in 0 .. 10: var newChannel : Channel[Request] newChannel.open() j.add(newChannel)