-
I found it from [deno's discussion](https://github.com/denoland/deno/pull/10146#issuecomment-821416807).
`tokio-tungstenite` uses the trick of WakerProxy to solve the wake-up problem of two-way IO…
-
### What crate(s) in this repo are involved in the problem?
tokio-console
### What is the issue?
tokio-console shows a warning for a task having lost it's waker. But the task should be finished.
I…
-
## Version
The Cargo.toml line pertinent to Tokio is `tokio = { version = "0.2.13", features = ["full"] }`.
The crate is a member of a workspace.
The editor is VSCodium v1.42.1 using RLS exte…
-
I keep getting _"Couldn\'t find AWS credentials in environment, credentials file, or IAM role."_ error from time to time. There is no obvious rhyme or reason to it. It comes and goes. I suspect this i…
-
lazy_static!, while a declarative macro, is a macro nonetheless. It can add quite a bit of additional compilation time cost. once_cell::sync::Lazy does the same thing with generics, and can be used mo…
-
I keep getting these database errors with the connection pool timing out. This then seems to completely stop the uploading of whichever package is uploading at the time.
Any thoughts?
I'm launch…
-
```
$ cargo install --locked paru
Updating crates.io index
Installing paru v1.11.0
Updating crates.io index
Updating crates.io index
Compiling tokio-macros v1.8.0
Compiling …
gwpl updated
2 months ago
-
There is the example code https://gist.github.com/apatrushev/4bbddb65e9a35a72047e3b9993c6636e#gistcomment-2761661
for using UdPSockets in actix. However I would like to have an example more in the …
-
Hi,
I am trying to use pg-embed to run a test. So I did the following:
cargo.toml
```
...
[dev-dependencies]
pg-embed = { version = "0.7", default-features = false, features = ["rt_tokio", "…
-
Using this method will reduce unnecessary data copy.
https://docs.rs/tokio/latest/tokio/sync/watch/struct.Sender.html#method.send_if_modified