-
https://tokio.rs/
-
https://softwaremill.com/synchronising-concurrent-tasks-in-rust-using-tokio/
-
At the moment, these are the only few things that indicates Tokio requirement
https://github.com/surrealdb/surrealkv/blob/c6eadd17f8255f0fe6b0346fadf8925ad05d90e1/src/storage/kv/store.rs#L9-L12
…
-
```
thread 'tokio-runtime-worker' panicked at /app/fendermint/vm/interpreter/src/fvm/state/snapshot.rs:252:56:
blocktore stores IPLD encoded data: Error { description: "InvalidUtf8(Utf8Error { valid_u…
-
### Did you read the documentation and guides?
- [X] I have inspected the documentation.
### Is there an existing issue?
- [X] I have searched the existing issues.
### Description of the problem
…
-
Hello,
I am one of the [openSUSE websocat package]() maintainers.
The package build routines nowadays include a check via cargo audit to only allow updates without security vulnerabilities.
The c…
-
### Problem/Motivation
I'm trying to use Moss v0.13.0-gamma.4 on an old Intel Macbook, but cannot move on after the password stage.
I already tried a Factory Reset without success.
### Steps to…
-
Today I needed to use a pretty non-standard configuration for lapin, and it was very hard to set up. I had difficulties setting up tokio as the executor and also using rustls with webpki root certs, b…
-
**Describe the enhancement request**
Integrate tokio-console in the repository via the `console-subscriber`. Follow instructions from https://github.com/tokio-rs/console
-
Hi @Brooooooklyn !!! Thanks for you wonderful library! I am part of the Lodestar team and have tracked down a `segfault` that we encountered when using `tokio` async functions. Its a double free and…