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

Use streams to handle all async code #46

Closed
1 task done
bergos opened this issue Dec 22, 2022 · 1 comment
Closed
1 task done

Use streams to handle all async code #46

bergos opened this issue Dec 22, 2022 · 1 comment
Assignees
Milestone

Comments

@bergos
Copy link
Member

bergos commented Dec 22, 2022

Some methods return streams async. Streams can be used for async code, including error handling. All methods that return streams must return the streams sync.

  • All methods use streams to handle async code

See also:

@bergos bergos added this to the Next milestone Dec 22, 2022
@bergos bergos self-assigned this Dec 22, 2022
@bergos
Copy link
Member Author

bergos commented Feb 21, 2024

implemented in #58

@bergos bergos closed this as completed Feb 21, 2024
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

No branches or pull requests

1 participant