A type-safe, non-buffered & synchronous publisher-subscriber channel.
More...
#include <pubsub.h>
template<class T>
class core::PubSub< T >
A type-safe, non-buffered & synchronous publisher-subscriber channel.
◆ publish()
Publish a new value.
Directly calls all the current subscribers (so if any of the subscriber callbacks blocks, this call will block as well)
◆ subscribe()
template<class T>
int core::PubSub< T >::subscribe |
( |
const Subscriber & |
subscriber | ) |
|
|
inline |
Add a subscriber callback.
- Returns
- A subscription index, used with unsubscribe()
◆ unsubscribe()
Removes a subscriber.
- Parameters
-
The documentation for this class was generated from the following file: