We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c6c72 commit b0cf7c6Copy full SHA for b0cf7c6
src/ESPressio_ThreadSafeObservable.hpp
@@ -12,7 +12,7 @@ namespace ESPressio {
12
13
namespace Observable {
14
15
- /// An `Observable` is an object that can be observed by any number of `IObserver` descendant types
+ /// A `ThreadSafeObservable` is an object that can be observed by any number of `IObserver` descendant types
16
/// This is a concrete implementation of `IObservable`, and is Thread Safe!
17
class ThreadSafeObservable : public IObservable {
18
private:
0 commit comments