anybody know if there's updates on the Async propo...
# io
e
anybody know if there's updates on the Async proposal? trying to implement OPFS storage for web but everything is async and
Source
is all sync
(context is that i've got a KMP codebase that does all its file reading/writing using `Source`/`Sink` and i'm trying to add a web client that uses that kmp code but i can't figure out how to get those classes that can read/write OPFS)
this is the proposal i'm talking about https://github.com/Kotlin/kotlinx-io/issues/163
f
Hey Eric! No updates so far, but we didn't gave up on the idea in general.
👍 1
e
starting to think i'll just have to roll my own thing to get unblocked 😞