nathell / clj-tagsoup

A HTML parser for Clojure.
Other
181 stars 22 forks source link

new cancellable version of lazy-parse-xml #15

Closed noisesmith closed 8 years ago

noisesmith commented 8 years ago

We discovered that because we stopped consuming the lazy xml stream before reaching the end of the source input, we were leaking futures in lazy-parse-xml. This pr allows a version that gives a handle to the future for cancelling the task.

noisesmith commented 8 years ago

I submitted too soon I think - still seeing some threads hanging on, I will follow up later when I sort this out.