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

Allow transferring FileSystemWritableFileStream? #119

Open
saschanaz opened this issue May 10, 2023 · 0 comments
Open

Allow transferring FileSystemWritableFileStream? #119

saschanaz opened this issue May 10, 2023 · 0 comments

Comments

@saschanaz
Copy link
Member

saschanaz commented May 10, 2023

I found that FileSystemWritableFileStream is not transferable, can we make it so? I see no blocker as FileSystemWritableFileStream doesn't seem to hold any additional field, so it should be as straightforward as just using the same transfer steps of WritableStream. Or is there some blocker against that?

Edit: maybe yes, because the implementation detail of how the file stream shuts down (on worker termination etc.) will then be visible. The spec should describe what should happen on termination.

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

No branches or pull requests

1 participant