borgend/scheduler.py

changeset 89
51cc2e25af38
parent 87
a214d475aa28
child 91
f53aa2007a84
--- a/borgend/scheduler.py	Mon Jan 29 09:21:07 2018 +0000
+++ b/borgend/scheduler.py	Mon Jan 29 09:38:53 2018 +0000
@@ -1,7 +1,9 @@
 #
-# Scheduler for Borgend
+# Borgend by Tuomo Valkonen, 2018
 #
-# This module simply provide a way for other threads to until a given time
+# This file is the scheduler: it provides e a way for other threads to
+# wait until a given time; which may be "dreamtime" that discounts system
+# sleep periods
 #
 
 import time

mercurial