From 61c6bbb592d52be23481b1871cf2533f5b346a55 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 10 Aug 2021 16:58:10 -0400 Subject: [PATCH] Add disclaimer to old data mod --- piker/brokers/data.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/piker/brokers/data.py b/piker/brokers/data.py index 9369a73b..48b20d80 100644 --- a/piker/brokers/data.py +++ b/piker/brokers/data.py @@ -14,9 +14,14 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -""" -Real-time data feed machinery -""" +''' +NB: this is the old original implementation that was used way way back +when the project started with ``kivy``. + +This code is left for reference but will likely be merged in +appropriately and removed. + +''' import time from functools import partial from dataclasses import dataclass, field