-
I have a C++ library which I'm porting to work on Zephyr. This uses the Zephyr Bluetooth API. I have successfully linked the library during its development and have most functionality working. For eas…
-
Hey, maybe I'm doing something wrong but I can't get the pipes to read correctly with the following example:
The output is something like this:
```log
[2024-10-29 21:16:11.569] [info] [main.cpp:41] S…
guusw updated
3 weeks ago
-
auto-reduced (treereduce-rust):
````rust
//@compile-flags: -Zvalidate-mir --edition=2018 -Zinline-mir=yes
use core::future::{async_drop_in_place, Future};
use core::mem::{self};
use core::pin::pin;
…
-
## Packages
Scylla version: `6.3.0~dev-20241119.733a4f94c7b2` with build-id `89a16d00ef82b3c15eb73e944afc60f15c478452`
Kernel Version: `6.8.0-1019-aws`
## Issue description
- [x] This issue is a r…
-
First of all, thanks for this amazing library! It makes it very easy to integrate with Redis. Now onto the issue:
When calling `async_exec`, it is taking the request and keeping a pointer to it (in…
-
I was experimenting with daily filename rotation, like this:
```cpp
// Prepare sink
std::shared_ptr targetSink;
if (loggerConfig.daily){
Logger::info("Creati…
-
terminated async runtime ecosystem split
-
**Version**
Tokio master branch commit ``27539ae3``
**Platform**
``` bash
Linux thinkpad 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GN…
tiif updated
2 months ago
-
While using `std::async(std::launch::async, )`, the returned future will become unblocked while the remote thread is still accessing shared resources. However, it should "block until the associated th…
-
Otherwise you get errors like:
```
error[E0433]: failed to resolve: use of undeclared type `ValueCodec`
--> cargo/registry/src/index.crates.io-6f17d22bba15001f/redis-0.27.5/src/aio/connection.rs…