zio / interop-reactive-streams

Interoperability Layer Between ZIO and Reactive Streams
https://zio.dev/zio-interop-reactivestreams
Apache License 2.0
47 stars 27 forks source link

Remove Use Of Interruptible #337

Closed adamgfraser closed 2 years ago

adamgfraser commented 2 years ago

This can "poke holes" in uninterruptible regions. It also does not appear to be necessary here.

runtologist commented 2 years ago

For the records: This was necessary in some early 2.0 RC, but that was before the current runtime, so I guess it can be removed safely.