-
Updated
Sep 8, 2021 - Python
asynchronous
Here are 1,998 public repositories matching this topic...
-
Updated
Sep 19, 2021 - Rust
-
Updated
Sep 10, 2021 - PHP
-
Updated
Sep 19, 2021 - Kotlin
-
Updated
Aug 31, 2021 - JavaScript
Right now, whenever Zenmap crashes, it gives the user a stack trace and asks the user to send it to the Nmap dev list. So we get a flood of emails (most of which aren't even allowed through moderation) which often contain just a stack trace with no subject line or any explanatory text in the message body. Lots of these are for well known issues in older versions of Zenmap. So it's not very usef
-
Updated
Sep 2, 2021 - Python
-
Updated
Sep 18, 2021 - Java
-
Updated
Sep 15, 2021 - Java
-
Updated
Sep 9, 2021 - Java
As of now FluxGoupeBy dropping elements silently #2352 so the related tests case may be unstable (https://github.com/reactor/reactor-core/runs/3054668530?check_suite_focus=true#step:5:516).
One suggestion to improve it is to add .doOnDiscard(Long.class, downstream::addAndGet)
to improve its stability
-
Updated
Sep 9, 2021 - Go
-
Updated
Sep 15, 2021 - Java
We have utf8Decode but not utf8Encode, etc.
-
Updated
Sep 20, 2021 - Java
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.
-
Updated
Sep 3, 2021 - Python
-
Updated
Sep 15, 2021 - C#
-
Updated
Feb 22, 2021 - Python
-
Updated
Jul 16, 2021 - Ruby
-
Updated
Aug 28, 2021 - Python
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Sep 1, 2021 - Python
-
Updated
Aug 14, 2020 - Python
-
Updated
Sep 18, 2021 - C++
-
Updated
Mar 29, 2021 - Vim script
Improve this page
Add a description, image, and links to the asynchronous topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asynchronous 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#