Hello,
can redland handle multiple open iterators on the same model at the same time
(same thread)?
So for example, can I do something like this:
it1 = model.listStatements
forall( it1 )
it2 = model.listOtherstatements
forall( it2 )
dosomething
Cheers,
Sebastian