Description
The current implementation of java.util.stream.BaseStream#close in UtStream wrapper does not care about closing related resources - possibly, this can lead to missing executions, and we need to investigate it.
Expected behavior
To investigate.
Environment
Not applicable.
Potential alternatives
To investigate.
Context
Not applicable.