gst-plugins-rs/generic/threadshare/src/runtime/executor
François Laignel af12bce141 ts/executor: clear the reactor instead of closing it...
... so that it can be reused on current thread for subsequent
Scheduler instantiations (e.g. block_on) without the need to
reallocate internal data structures.
2022-09-13 07:29:50 +00:00
..
async_wrapper.rs threadshare: Fix some new clippy beta warnings 2022-08-10 12:58:28 +03:00
context.rs ts/timers: multiple improvements 2022-09-13 07:29:50 +00:00
join.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00
mod.rs ts/timers: multiple improvements 2022-09-13 07:29:50 +00:00
reactor.rs ts/executor: clear the reactor instead of closing it... 2022-09-13 07:29:50 +00:00
scheduler.rs ts/executor: clear the reactor instead of closing it... 2022-09-13 07:29:50 +00:00
task.rs ts/runtime: slight optimizations for sub tasks related operations 2022-08-18 18:42:18 +02:00
timer.rs ts/timers: multiple improvements 2022-09-13 07:29:50 +00:00