borgend/scheduler.py

changeset 89
51cc2e25af38
parent 87
a214d475aa28
child 91
f53aa2007a84
equal deleted inserted replaced
88:dfd52898f175 89:51cc2e25af38
1 # 1 #
2 # Scheduler for Borgend 2 # Borgend by Tuomo Valkonen, 2018
3 # 3 #
4 # This module simply provide a way for other threads to until a given time 4 # This file is the scheduler: it provides e a way for other threads to
5 # wait until a given time; which may be "dreamtime" that discounts system
6 # sleep periods
5 # 7 #
6 8
7 import time 9 import time
8 import logging 10 import logging
9 from threading import Condition, Thread 11 from threading import Condition, Thread

mercurial