-
**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…
-
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…
-
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
-
`tokio-eventfd` depends on older version of `futures-lite`, which depends on unmaintained `instant` crate.
The latest version of `futures-lites->fastrand` get rid of this dependency.
Found this wh…
-
Kusama validator panics on:
https://github.com/paritytech/polkadot-sdk/blob/3906c578c96d97a8a099a4bdac4685acbe375a7c/substrate/primitives/state-machine/src/ext.rs#L168-L174
Version deployed: ver…
-
Currently, we use `async-ssh2-lite`, which under the hood uses `openssl` which requires building native dependencies. Instead, we should migrate to https://github.com/Miyoshi-Ryota/async-ssh2-tokio wh…
-
The asyncify toolkit from Binaryen provides an easy way to transform any Wasm bytecode app to be ready for async/await operations. We would like to provide a simple demo to show how to call asyncified…
-
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…
-
**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…
-
### Summary 💡
Title.
### Motivation 🔦
It won't make any difference to end user, but when consumed as a rust lib, it would be great if one can use gitoxide with the more popular async runtime.