Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncWriteStream should use Dispatchers.IO #92

Closed
05nelsonm opened this issue Mar 30, 2024 · 0 comments · Fixed by #95
Closed

AsyncWriteStream should use Dispatchers.IO #92

05nelsonm opened this issue Mar 30, 2024 · 0 comments · Fixed by #95

Comments

@05nelsonm
Copy link
Owner

JVM/Native implementation should utilize IO dispatcher for Async functions to ensure appropriate context if being utilized from commonMain. This is because Node.js does not have IO dispatcher (unneeded).

Will also need to add Async functions for close and flush because, under the hood on JVM/Native, they potentially write to the stream (if there is buffered data)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant