-
### Which jobs are flaking?
- ci-kubernetes-ec2-conformance-latest
- e2e-ci-kubernetes-e2e-al2023-aws-conformance-cilium-canary
- ci-kubernetes-e2e-ec2-eks-al2023-serial
- ci-kubernetes-ec2-conf…
-
# Proposal
## Problem statement
It would be useful to have a version of `io::copy` that can use:
- splice or sendfile, some of the existing optimizations have to be rolled back in [rust#10828…
-
tls.c syscall read/write/connect wrappers set the file descriptor to non-blocking mode. These functions should only perform the operation without altering the file descriptor's configuration.
An e…
-
- Implement thread-safe, non-blocking emitter in kotlin as per spec RTE1
- Ideally, should expose methods that can work for both kotlin/java.
- Should be able to process events in provided coroutine…
-
Am using Riak and CorrugatedIron for a new project, had a dig around in the code base and have discovered that the API is using blocking IO. I would like to change this into non-blocking IO by using …
-
Currently, there exist a number of functions used in async contexts that perform blocking IO. This can cause hard to debug issues (https://ryhl.io/blog/async-what-is-blocking/). An initial proposal wh…
-
# Feature request
## Add support for keyword arguments when using async
### [From the docs](https://ruby-concurrency.github.io/concurrent-ruby/1.2.3/Concurrent/Async.html)
```
class Echo
in…
-
__Is your feature request related to a problem? Please describe.__
The current implementation of job workers in the Connectors runtime blocks the zeebe client thread. This can lead to a scenario wh…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### SubTasks
All the IO ops are blocking in nature and the reactor does not support non-blocking IO. So to not blo…
-
### What would you like to happen?
### Summary
This feature request proposes adding asynchronous computation to Apache Beam's Interactive Beam API. This means allowing long-running tasks to execut…