-
Updated
Oct 21, 2021 - Python
asynchronous
Here are 2,025 public repositories matching this topic...
-
Updated
Oct 30, 2021 - Rust
-
Updated
Oct 30, 2021 - PHP
-
Updated
Oct 31, 2021 - Kotlin
-
Updated
Oct 21, 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
Oct 19, 2021 - Python
-
Updated
Oct 28, 2021 - Java
-
Updated
Oct 31, 2021 - Java
-
Updated
Sep 9, 2021 - Java
-
Updated
Oct 18, 2021 - Go
Currently the reference guide #content div has max-width: 62.5em
set.
This is a bit on the low end for large screens in landscape mode, and could instead be set to eg. 60%
.
Beyond that the rendering is starting to feel too large for paragraphs, but at 60% most large codeblocks read far better.
For phones, detecting portrait orientation and setting the max-width
to 100%
would also be a
-
Updated
Oct 15, 2021 - Java
We just merged support for profiling ZIO applications in #5794.
It was necessary to do this as part of ZIO Core initially because there was functionality in the ZIO runtime that needed to be modified to support this functionality.
However, not that the functionality exists, it would be good to extract profiling into its own project. This will allow the profiling functionality to be built out
-
Updated
Oct 25, 2021 - Java
-
Updated
Sep 30, 2021 - Python
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.
-
Updated
Oct 26, 2021 - C#
-
Updated
Feb 22, 2021 - Python
-
Updated
Jul 16, 2021 - Ruby
-
Updated
Oct 6, 2021 - Python
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Oct 18, 2021 - Python
-
Updated
Aug 14, 2020 - Python
-
Updated
Oct 11, 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#