readium / kotlin-toolkit

A toolkit for ebooks, audiobooks and comics written in Kotlin
https://readium.org/kotlin-toolkit
BSD 3-Clause "New" or "Revised" License
163 stars 72 forks source link

Remove SuspendingCloseable #532

Closed qnga closed 1 month ago

qnga commented 1 month ago

Remove SuspendingCloseable because it does not make much sense and is a bit dangerous: freeing resources is not something you want to be cancellable.