-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] …
-
Recently, I implemented the [tokio runtime](https://tokio.rs/) for asynchronous execution of
- REST API calls (the pure python project doesn't implement this)
- running clang-tidy and/or clang-forma…
-
### ENV
Ubuntu 18.04 in VMware
```shell
$ rustc --version
rustc 1.42.0 (b8cedc004 2020-03-09)
```
### steps
follow the README.md:
1. install postgres
2. install diesel_cli(to make it su…
-
Connect to local nats server failure.
#### NATS version
name = "nats"
version = "0.16.0"
name = "nats"
version = "0.23.1"
#### rustc version
rustc 1.65.0 (897e37553 2022-11-02)
#### OS/C…
-
Hello, this is the minimal example I could make:
```rust
fn main() {
}
#[cfg(test)]
mod tests {
#[tokio::test]
async fn test() {
use asserhttp::*;
let mut respon…
yds12 updated
2 years ago
-
- `tokio::Runtime` seems to be only used in tests.
- `tokio::time::Duration` and other time-related types are just re-export.
- `tokio::sync::Mutex` can be just replaced with `std::sync::Mutex`. …
-
No where near top priority but it would be nice to have asynchronous network support preferably using tokio.
-
Some examples fail to compile because rustc can't resolve the extern/dependencies.
A small, concrete example ([mdbook-keeper-tokio.zip](https://github.com/tfpk/mdbook-keeper/files/11725990/mdbook-k…
-
# Lines of code
https://github.com/code-423n4/2024-03-phala-network/blob/a01ffbe992560d8d0f17deadfb9b9a2bed38377e/phala-blockchain/crates/pink/chain-extension/src/lib.rs#L56
# Vulnerability details…
-
Right now `deadpool-postgres` uses `tokio::spawn` to execute the connection. It would be nice if it was possible to use a different executor. I have not tried it but it should be possible to use the `…