-
## os: windows 10 (19045.4651)
## rustup toolchain: stable-x86_64-pc-windows-msvc
This is a pseudo code:
```rust
let (stream, stream_handle) = OutputStream::try_default()?;
let sink = Sink::…
mycrl updated
4 months ago
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Read release policy
- [X] I understand that unsupported ver…
-
### Environment:
OS: Debian 12
Toolchain: Zephyr SDK 0.16.8
Commit SHA or Version used: v3.7.0-4339-g1ec5ce05f9f8 v3.7.0-4638-g9d0486e3ee86
### Info:
```
# life @ c-workstation in…
-
# Baseline
It's the current implementation, using `Mutex`
## Benchmark
### Batch span processor benchmark
```
BatchSpanProcessor/with 1 concurrent task
…
-
Hi!
We've been using notify in rust-analyzer, and one thing I've noticed that a task like "watch `src/**.rs` glob" requires quite a bit of manual implementation. Specifically, I think two bits are …
-
## Use Case
I have (want to have) commands coming in from multiple network connections via mpsc channels. I have a single `async` worker consuming commands off the channel sending them on to the io…
-
I am combining multiple streams with a merge. The output of this stream is a summary "state" of a system. I.e. each item from the stream is a summary of the state of a system at that point in time. Th…
-
Is there a plan to add a progress indicator back? (It is a must have for me at least.) Thanks!
Was removed in #300.
-
Hi,
I think I found two edge cases when lwan loose sockets. As usual I test my web server with that tool I mentioned in #348.
1) In that case when I start just one non-keepalive HTTP call and th…
-
Currently, there is no good way to publish messages from within a callback since all of the `Lcm` methods take `&mut self`. Other than the subscribe and unsubscribe methods, the only thing that really…