iteratee icon indicating copy to clipboard operation
iteratee copied to clipboard

Resource safety

Open chenharryhua opened this issue 3 years ago • 0 comments

Enumerator rely on ensure to release resource: https://github.com/travisbrown/iteratee/blob/main/files/src/main/scala/io/iteratee/files/package.scala#L92, which, in turn, using handleErrorWith to close resource: https://github.com/travisbrown/iteratee/blob/main/core/src/main/scala/io/iteratee/Enumerator.scala#L93 my question is if it is safe under concellation?

chenharryhua avatar Jun 09 '22 23:06 chenharryhua