gst-plugins-rs/generic/threadshare/src/runtime/executor
François Laignel 1573522520 ts/runtime: rewrite runnable loop
Previous version relied on a plain loop / match / break because
I experimented different strategies. The while variant is better
for the final solution.
2022-01-05 18:59:43 +01:00
..
async_wrapper.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00
context.rs ts/executor: relax the static bound on enter 2021-12-25 11:25:56 +00:00
join.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00
mod.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00
reactor.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00
scheduler.rs ts/runtime: rewrite runnable loop 2022-01-05 18:59:43 +01:00
task.rs ts/executor: relax the static bound on enter 2021-12-25 11:25:56 +00:00
timer.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00