gst-plugins-rs/generic/threadshare/src/runtime
François Laignel 8eb8ea0e7d ts/rt/Task: use light weight executor blocking on ack or join handle
Previous version used the Context::block_on_or_add_sub_task which
spawns a full-fledged executor with timer and io Reactor for no
reason when we just need to wait for a Receiver or JoinHandle.
2022-03-28 08:47:32 +00:00
..
executor ts/rt/Task: awake the iteration loop when it needs to be aborted 2022-03-28 08:47:32 +00:00
mod.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00
pad.rs Update to gst::_log_macro_ 2022-02-21 20:50:01 +01:00
task.rs ts/rt/Task: use light weight executor blocking on ack or join handle 2022-03-28 08:47:32 +00:00
time.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00