gst-plugins-rs/generic/threadshare/src/runtime
François Laignel ed90b338f8 ts: runtime: add delay_for_at_least
The time driver for the threadshare runtime assigns the timer
entries to the nearest throttling time frame so that the timer
fires as close as possible to the expected instant. This means
that the timer might fire before or after the expected instant
(at most `wait / 2` away).

In some cases, we don't want the timer to fire early. The new
function `delay_for_at_least` ensures that the timer is assigned
to the time frame after the expected instant.
2021-09-30 09:00:05 +02:00
..
executor.rs ts: runtime: add delay_for_at_least 2021-09-30 09:00:05 +02:00
mod.rs generic: Update to 2018 edition 2020-11-23 10:28:33 +02:00
pad.rs fix-getters-{def,calls} pass 2021-04-12 15:57:19 +02:00
task.rs Fix various needless-borrow clippy warnings and others 2021-07-30 13:53:35 +03:00
time.rs ts: runtime: add delay_for_at_least 2021-09-30 09:00:05 +02:00