-
I tried this code:
```rust
#[deny(clippy::pedantic)]
pub async fn doesnt_work() {
use std::collections::HashSet;
use std::sync::Mutex;
use std::time::Duration;
let lock:…
-
Hi, I'm trying to implement a "read TCP connection with timeout" function, so I want to make `read()` future returns immediately after the client hasn't sent data in 10s.
I found `tokio::time::time…
-
Previous attempt: #1744.
# Summary
The proposal aims to improve the I/O traits in a few ways:
- Enable reads into uninitialized memory without `unsafe` except in the *leaf* implementations (…
-
Hi!
I am looking for a way to use this crate with tokio and rustls (so basically `tokio-rustls-comp` feature) but I would like to use `webpki-roots` instead of `rustls-native-certs`. I want this sp…
-
**Is your feature request related to a problem? Please describe.**
Currently, a `panic!()` within spawned tasks kills the runtime thread because we are not catching it. Tokio, by default, catches…
-
The type `tokio_tungstenite::MaybeTlsStream` looks very useful. Any interest in moving it to a separate crate?
I'm currently trying to add optional TLS support for an IMAP library and need exactly …
-
PR https://github.com/Azure/azure-sdk-for-rust/pull/1560 has brought in the async-process dependency which itself depends on async-io.
As the azure crates already depend on tokio through reqwest, m…
-
### Bug Description
Using a subquery with `COUNT`, the result is always be a numerical value, if there are no rows it is zero. SQLx however infers the result is `Option`, and when forcing with `` as …
-
### Describe the bug
There is a bug when reading from partitioned tables that have commas in their names
Here is the test
https://github.com/apache/arrow-datafusion/blob/b2a04519da97c2ff81789ef41…
alamb updated
7 months ago
-
First of all, thanks for making this!
I tried to build and run it on my machine and I'm having issues.
Output:
```sh
$ cargo run
# ...
Running `target\x86_64-pc-windows-gnu\debug\komotr…