-
**Is your feature request related to a problem? Please describe.**
I have an application that needs to wait for a value to show up in a channel within a certain time-frame before running some busines…
-
I'm usually choosing channel sizes _intuitively_. I frequently miss having empirical data on how full the channels in my system are during normal operation or more exotic load situations.
I'd like …
-
When warp-syncing kusama node I hit `mpsc-notification-to-protocol-2-beefy` clogging just after gap sync was finished:
```
2024-04-02 02:44:19 ⏩ Block history, #22547232 (9 peers), best: #22554774 (…
-
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…
-
Fast Multi-Producer Single-Consumer queue for SBCL x86-64.
Author: kchanqvq
License: MIT
Source: https://github.com/kchanqvq/fast-mpsc-queue
-
Hi @guydols !
Thanks for recently starring this crate!
Just wanted to share this example and I open this issue (consider yours) as a continuation of our earlier conversation this year.
Here is …
-
#### Describe the bug
I'm not sure what happened. The IPC service stopped working and I couldn't do `curl https://ifconfig.net` through Firezone.
#### To Reproduce
Modify the source code:
- …
-
threads proposal has reached phase 4 - https://webassembly.org/features/
Seems like it would be possible to build a wrapper for something like `std::thread::spawn` that, under the hood, sends the c…
-
I tried this code:
```rust
use std::{
sync::{mpsc, Arc},
time::{Duration, Instant},
};
use thread_priority::ThreadPriority;
fn main() {
const PINNED_CORE: usize = 2;
l…
-
## Expected Behavior
The tokio `timeout` and `sleep` should work and trigger after the supplied time.
## Current Behavior
They are "blocked" by another tokio thread executing and do not trigger bef…