cavm.multireader

multi-reader

(multi-reader source)
Return object that can return multiple readers over source,
closing all of them when the close method is invoked.

with-multi

macro

(with-multi bindings & body)
Execute body with multi-reader bindings, ensuring that :close is invoked
for all readers.