-
Updated
Jan 6, 2022 - Cython
async-await
Here are 1,408 public repositories matching this topic...
-
Updated
Aug 3, 2021
Most of async-std's stream utilities were written before Stream::size_hint
was released and do not implement Stream::size_hint
method. This means that async-std's stream utilities may be a bit inefficient than other crates such as futures, tokio-stream, futures-lite, which provide similar utilities.
related: rust-lang/futures-rs#1853, https://github.com/rust-lang/rus
-
Updated
Nov 6, 2021 - TypeScript
We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.
I can see where this would be a hassle on many cases, But it would be nice for new projects.
I suppose it could be a global config item that could be overridden at the individual action level:
For
-
Updated
Oct 12, 2021 - C++
-
Updated
Jan 17, 2022 - JavaScript
-
Updated
Mar 23, 2022 - Rust
-
Updated
Mar 15, 2022 - C#
-
Updated
Oct 31, 2018 - HTML
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Jun 25, 2021 - Java
-
Updated
Apr 28, 2021
-
Updated
Nov 15, 2021 - Swift
-
Updated
Feb 10, 2022 - Vue
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
Mar 14, 2022 - C++
-
Updated
Mar 21, 2022 - Python
-
Updated
Mar 7, 2022 - JavaScript
-
Updated
Oct 31, 2018 - JavaScript
-
Updated
Dec 25, 2021 - Swift
-
Updated
Feb 21, 2022 - JavaScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
May 7, 2021 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
When the user saves a form it'd be nice to see some kind of visual feedback about what happened, instead of just reloading the page. The edit form notification box should be enabled by default for all the edit forms.
-
Updated
Jan 31, 2022 - TypeScript
Improve this page
Add a description, image, and links to the async-await topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the async-await topic, visit your repo's landing page and select "manage topics."
What should happen if deliver_cancel raises an exception? In the current implementation, the shielded cancel scope will prevent it from propagating until the process exits, which might take a while if the crash occurred before signaling the process in any way. Maybe on exception from a user-specified deliver_cancel we should call the default deliver_cancel to kill the process? Or just kill() since