mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-26 05:49:56 +00:00
Instead of taking the absolute deadline of a timeout as argument from outside (where it is calculated with a freshly requested now time), we now take a relative duration as argument and calculate the deadline with the scheduler-internal now time (which can be a little bit outdated). This enables us to schedule timeouts without updating the internal now time and thereby handle all pending timeouts. Issue #2704