-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Return emitted data in case of emission error. #262
Conversation
By adding a `Sync` bound on the `dyn Error` it is then possible to convert it to an `anyhow::error`.
… created with Default::default()`
Because operators are now splitted between
|
Maybe it would be worth it to think about a better pattern, in order to avoid code duplication between |
Fix #172
reserve_many
API on tokiov1.36
resolves the first question.