sled/3party/rxcpp/rx-subjects.hpp

25 lines
495 B
C++
Raw Normal View History

2024-03-14 20:50:17 +08:00
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
#pragma once
#if !defined(RXCPP_RX_SCHEDULER_SUBJECTS_HPP)
#define RXCPP_RX_SCHEDULER_SUBJECTS_HPP
#include "rx-includes.hpp"
namespace rxcpp {
namespace subjects {
}
namespace rxsub=subjects;
}
#include "subjects/rx-subject.hpp"
#include "subjects/rx-behavior.hpp"
#include "subjects/rx-replaysubject.hpp"
#include "subjects/rx-synchronize.hpp"
#endif