2
0
mirror of https://github.com/koreader/koreader synced 2024-11-02 15:40:16 +00:00
koreader/plugins/autowarmth.koplugin
zwim 4dbaca180a
PM: Optimize task queue handling around standby (#10203)
Instead of firing on(Enter|Leave)Standby Events, and having every other piece of code that might care about that handle re-scheduling their stuff themselves; simply make the standby implementation (i.e., AutoSuspend's) shift the whole task queue by the amount of time spent in standby to re-sync everything automatically.

(This is necessary in the first place because Linux, as the task queue ticks in CLOCK_MONOTONIC, which does *not* tick during suspend/standby; while we expect most of the tasks scheduled to actually reflect real world clock delays).
2023-04-05 20:54:47 +02:00
..
_meta.lua AutoDim: Allow to dim the frontlight on idle (#9028) 2022-06-01 16:22:42 +02:00
main.lua PM: Optimize task queue handling around standby (#10203) 2023-04-05 20:54:47 +02:00
suntime.lua Recalculate timezone, (DST) (#10125) 2023-02-16 00:20:01 +01:00