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

unify reading and writing from/to recources #3302

Open
michaellilltokiwa opened this issue Jul 2, 2024 · 1 comment
Open

unify reading and writing from/to recources #3302

michaellilltokiwa opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
base library related to the Fuzion base library enhancement New feature or request

Comments

@michaellilltokiwa
Copy link
Member

The same mechanism should be used for reading/writing from/to all kinds of resources. (files, network connection, pipes, stdout/stdin, etc.)

It should be possible to do this buffered and unbuffered.

@michaellilltokiwa michaellilltokiwa added enhancement New feature or request base library related to the Fuzion base library labels Jul 2, 2024
@maxteufel
Copy link
Collaborator

this is, essentially, what i'm trying to do currently. there is no nice way for unbuffered reading/writing, but this should be as easy as duplicating the buffered reader/writer effects but without handling buffering. they can both use the io.Read/Write_Provider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base library related to the Fuzion base library enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants