-
-
**Is your feature request related to a problem? Please describe.**
I want to have `AsyncReadRent` and `AsyncWriteRent` implemented for in-memory std buffer types, like `Vec`, `Cursor` for testing p…
-
So the subsystems can be identified in the tokio-console.
EDIT: Ok, maybe it's too early to change this as the task Builder is hidden behind the `unstable` flag in tokio.
-
Hi!
First, thank you very much for this crate (IMHO it has the best API).
kanal bounded_async channels seems to work differently than tokio and go channels on select.
Suprisingly, when a branch o…
-
Kusama validator panics on:
https://github.com/paritytech/polkadot-sdk/blob/3906c578c96d97a8a099a4bdac4685acbe375a7c/substrate/primitives/state-machine/src/ext.rs#L168-L174
Version deployed: ver…
-
IMHO, I suggest that replacing `tokio::sync::Mutex` with `std::sync::Mutex` can potentially lead to better performance outcomes. This assertion is based on the design differences between the two mutex…
ghost updated
1 month ago
-
Rust on the web via Wasm in Typescript should be proven as a concept.
Target `wasm32-unknown-wasi` or `wasm32-unknown-emscripten`
`wasm32-unknown-unknown` is probably blocked by tokio, see:
- h…
-
This test failed on a CI run on https://github.com/oxidecomputer/omicron/pull/7008:
https://github.com/oxidecomputer/omicron/pull/7008/checks?check_run_id=32685500144
Log showing the specific test f…
-
**Version**
tokio v1.40.0
│ └── tokio-macros v2.4.0 (proc-macro)
**Platform**
The output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Linux server2 5.14.0-427.40.1.el9_4.x86_6…
-
`db-tokio-postgres` depends on `std` which, according to `README.md`, disables `no_std` support, but it seems to enable/include various optional dependencies.
This happens because `db-tokio-postgr…