-
**Which feature do you think can be improved?**
streams need aync lock write,so use tokio to decide the schedule.
**How can it be improved?**
tokio::sync::mutex
**Additional Information**
..
**Be…
-
Since Zenoh has transitioned as of its 0.11 release to tokio from async-std, we will do the same.
cc @evshary
-
The future/async stuff is not easy to grasp, I am just playing around.
I have got something sort of working, help & comments are welcome:
https://github.com/elmarco/qapi-rs/tree/async/async.
I…
-
This may cause a CPU core to be constantly at `100%` after a client connects and sends nothing:
```rs
#[async_std::main]
async fn main() -> async_tungstenite::tungstenite::Result {
let liste…
-
**Is your feature request related to a problem? Please describe.**
Yes, it is related to a performance and ergonomics issue. Currently, RustScan uses async_std for asynchronous programming. While asy…
Vrtgs updated
3 months ago
-
| | |
| --- | --- |
| Bugzilla Link | [23700](https://llvm.org/bz23700) |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@mclow,@zygoloid |
## Extended Description
The following snipp…
-
### Description
Hello,
`std/asyncfile` implementation is not truly async because it doesn't use selectors (at least on Unix. I don't know on Windows).
The documentation don't mention it, result…
-
# Repro steps
start redis server with `timeout 1`
```
use redis::aio::ConnectionManager;
use std::time::Duration;
async fn ping(con: &mut ConnectionManager) {
match redis::cmd("ping").qu…
-
Hi, I have the following program using boost redis library with valkey,
==============START===============================
#include
#include
#include
#include
#include
#include
#include
names…
-
### Describe the bug
Zenoh router takes 100% CPU usage after closing a transient local publisher/subscriber.
### To reproduce
1. Start a router: ``zenoh-bridge-ros2dds -m router``
2. Start …