--- 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