RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
Classes | Namespaces | Macros | Functions
rx-connect_forever.hpp File Reference

takes a connectable_observable source and calls connect during the construction of the expression. This means that the source starts running without any subscribers and continues running after all subscriptions have been unsubscribed. More...

#include "../rx-includes.hpp"
Include dependency graph for rx-connect_forever.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rxcpp::member_overload< connect_forever_tag >
 

Namespaces

 rxcpp
 
 rxcpp::operators
 

Macros

#define RXCPP_OPERATORS_RX_CONNECT_FOREVER_HPP
 

Functions

template<class... AN>
auto rxcpp::operators::connect_forever (AN &&...an) -> operator_factory< connect_forever_tag, AN... >
 takes a connectable_observable source and calls connect during the construction of the expression. This means that the source starts running without any subscribers and continues running after all subscriptions have been unsubscribed. More...
 

Detailed Description

takes a connectable_observable source and calls connect during the construction of the expression. This means that the source starts running without any subscribers and continues running after all subscriptions have been unsubscribed.

Returns
An observable that emitting the items from its source.

Macro Definition Documentation

#define RXCPP_OPERATORS_RX_CONNECT_FOREVER_HPP