-
Updated
Mar 16, 2021 - Python
asynchronous
Here are 1,794 public repositories matching this topic...
-
Updated
Mar 16, 2021 - Rust
-
Updated
Mar 15, 2021 - PHP
-
Updated
Mar 17, 2021 - Kotlin
-
Updated
Mar 15, 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
Mar 17, 2021 - Python
-
Updated
Mar 16, 2021 - Java
-
Updated
Mar 3, 2021 - Java
-
Updated
Jan 4, 2021 - Java
The window
operators should indicate if the returned Flux for each window is safe to subscribe to multiple times.
Documentation Issue
I had a data processing pipeline that I introduced batching to, using the window
operator. In this pipeline, it will retry a batch if it faces a transient error. When batching was added, and it retried, I saw a failure of `IllegalStateException: UnicastP
-
Updated
Mar 2, 2021 - Java
I have a small piece of zlayer code. The layers are defined as val
s, like so:
private final val kafkaLayer: Layer[Error, Kafka] = Config.live >>> Kafka.live
private final val transactorLayer: Layer[Error, DbTransactor] = (Blocking.live ++ ConfigDb.live) >>> db.hikariLayer
private final val queryConfigLayer: Layer[
-
Updated
Feb 24, 2021 - Java
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.
-
Updated
Feb 22, 2021 - Python
-
Updated
Mar 16, 2021 - C#
-
Updated
Mar 16, 2021 - Python
-
Updated
Mar 11, 2021 - Python
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Aug 14, 2020 - Python
-
Updated
Feb 22, 2021 - Python
-
Updated
Mar 10, 2021 - JavaScript
-
Updated
Feb 26, 2021 - C++
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Feb 14, 2021 - Vim script
-
Updated
Dec 8, 2020 - Python
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."
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