io
Here are 600 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
Jan 5, 2020 - JavaScript
-
Updated
Oct 28, 2020 - C
This issue is for reporting the error on documentation and offering the update.
If you find an error on documentation or contents hard to understand, feel free to add a comment. (Adding a suggestion would make it easier for the contributor to work on)
If you would like to work on the fix, feel free to open a PR and attach the screenshot of the documentation.
See examples: https://github.com/p
-
Updated
Oct 21, 2020 - Rust
-
Updated
Nov 26, 2020 - C#
-
Updated
Nov 27, 2020 - OCaml
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 28, 2020 - Go
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 29, 2020 - Lasso
-
Updated
Nov 28, 2020 - C#
-
Updated
Oct 23, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Jul 28, 2020 - Ruby
-
Updated
Feb 1, 2018 - C++
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."
See: https://illumos.org/man/5/epoll
Idea: move logic from src/unix/linux-core.c to src/unix/epoll.c and share that between Linux and Illumos.
Motivation:
diff --git a/src/unix/core.c b/s