-
I started to play with range+multithreading combination, but did not make a big progress so far. Is there an example on how they can be combined with a nice functional style syntax?
To be more spec…
-
I found an potential issue with flat_map operation when source the is a scoped observable using a factory holding a shared pointer.
In this case my shared pointer is not released after the last unsub…
-
.. or is it looking for a new maintainer?
-
It should be possible to write something similar to the following code:
```
rxros::Logging().info()
-
**Channel**
This is for "C++Weekly"
**Topics**
* The programming paradigm itself;
* Push vs Pull when processing asynchronous data
* Observers vs Enumerators
* Callbacks vs c…
-
Greetings is there a way to have a notification when a signal is disconnected from a target? I have a situation that I would like to know when `disconnect` is called I can change a reference count to…
-
I think it's best to sum up what I want to do in C++ by showing you what actually works in Swift with RxSwift.
1. Declare collection and its items:
```
struct Item {
var name = ""
}
class …
-
This is more of a concrete example of the desired operation for #6.
https://wandbox.org/permlink/YUaGMcgiwgtdRHE6
The issue is I obviously am misunderstanding something. If I run the example w…
-
### Version
24.10
### Which installation method(s) does this occur on?
Source
### Describe the bug.
The `MessageMeta.copy_dataframe()` method crashes with a SIGSEGV error when called on cudf data…
-
**Issue by [brycelelbach](https://github.com/brycelelbach)**
_Wednesday Oct 20, 2021 at 16:04 GMT_
_Originally opened as https://github.com/NVIDIA/stdexec/issues/218_
----
I'd like to have a way to…