-
Minimal reproducing example:
```rust
// main.rs
fn main() {
async_std::task::block_on(rfd::AsyncMessageDialog::new().show());
}
```
```toml
# Cargo.toml
[dependencies]
async-std = "1.13.…
-
Hi, thanks for publishing this crate! I found it while looking for proc-macro-free `async-stream` alternatives, that would be a great thing to have. Unfortunately the current implementation is unsound…
-
**Version**
List the versions of all `tokio` crates you are using.
`cargo tree | grep tokio`
```
tokio-notify v0.1.0
└── tokio v1.41.0
└── tokio-macros v2.4.0 (proc-macro)
```
**P…
-
**Version**
1.41.0 and 1.40.0
**Platform**
Linux rddlr 6.1.0-26-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.112-1 (2024-09-30) x86_64 GNU/Linux
**Description**
I am writing async code in which I …
-
I've noticed a few issues in method calls and signals when a DBus service restarts, or isn't initially running. (Some probably being issues with C clients connecting to my zbus-based service.) So I wr…
-
**Describe the bug**
Latest version of apollo-router includes `opentelemetry` crate with defaults enabled, and somehow this ends up including async_std into the dependency tree.
-
I may have spotted an issue with your documentation. Specifically, in the quickstart section of your README your async-std example appears to be importing from the tokio portion of your library while…
-
I have example repo here:
https://github.com/Ciantic/deno-solid-test/
Some reason when running it through *deno* it still tries to run `node.exe` instances.
Notice the telltale warning:
> …
-
Error on running `zellij`. (It got fixed after system reboot, so feel free to close)
```
Error occurred in server:
× Thread 'async-std/runtime' panicked.
├─▶ At zellij-server/src/plugins/w…
-
**Version**
1.4.1 full
**Platform**
windows 11 64b
**Description**
For (possibly infinite) SSE streams, when client disconnects (ex. closes connection), hyper connection always returns error …