io
Here are 683 public repositories matching this topic...
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
-
Updated
Feb 18, 2021 - JavaScript
As the main branch is now bumped to 0.11, we would like to remove some deprecated functions.
The target is torchaudio.functional.angle.
The detailed context can be found pytorch/audio#1337
Steps
- Remove the implementation
https://github.com/pytorch/audio/blob/60aeb78ae400ee96900519ffead54de94dc6a288/torchaudio/functional/functional.py#L32
https://gi
-
Updated
Sep 13, 2021 - C
-
Updated
Oct 1, 2021 - C#
-
Updated
Sep 23, 2021 - Rust
-
Updated
Oct 7, 2021 - PHP
-
Updated
Oct 7, 2021 - OCaml
-
Updated
Jun 9, 2021 - Python
-
Updated
Oct 28, 2020 - Go
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Sep 27, 2021 - Python
-
Updated
Oct 5, 2021 - Jupyter Notebook
-
Updated
Sep 10, 2021 - C#
-
Updated
Oct 4, 2021 - Kotlin
-
Updated
Sep 28, 2021 - Zig
Improve this page
Add a description, image, and links to the io topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the io topic, visit your repo's landing page and select "manage topics."
It seems to me that if you have a wrapper function
https://github.com/libuv/libuv/blob/a39009a5a9252a566ca0704d02df8dabc4ce328f/test/runner-unix.c#L45
for close, then in this places you can use it.
https://github.com/libuv/libuv/blob/a39009a5a9252a566ca0704d02df8dabc4ce328f/test/runner-unix.c#L336
https://github.com/libuv/libuv/blob/a39009a5a9252a566ca0704d02df8dabc4ce328f/test/runner-unix.c#