-
Updated
Nov 19, 2021 - Python
asynchronous
Here are 2,047 public repositories matching this topic...
-
Updated
Nov 23, 2021 - Rust
-
Updated
Nov 13, 2021 - PHP
-
Updated
Nov 23, 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
Nov 22, 2021 - Python
-
Updated
Nov 23, 2021 - Java
-
Updated
Nov 22, 2021 - Java
-
Updated
Sep 9, 2021 - Java
-
Updated
Nov 12, 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
Nov 23, 2021 - Java
Document the newly introduced data types from zio.concurrent
:
- ConcurrentMap
- ConcurrentSet
- CountdownLatch
- CyclicBarrier
-
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
Nov 17, 2021 - C#
-
Updated
Feb 22, 2021 - Python
-
Updated
Jul 16, 2021 - Ruby
-
Updated
Nov 6, 2021 - Python
-
Updated
Nov 22, 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#