This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. | |
| // Modifications by stat1c_v01d | |
| #pragma once | |
| /*! \file rx-backpressure_buffer.hpp | |
| \brief Return an observable that emits buffers every period time interval and collects items from this observable for period of time into each produced buffer. | |
| If the skip parameter is set, Return an observable that emits buffers every skip time interval and collects items from this observable for period of time into each produced buffer, on the specified scheduler. |