gst-plugins-rs/generic
François Laignel c1615d01e6 ts/rt/Task: awake the iteration loop when it needs to be aborted
When the iteration loop is throttling, the call to `abort` on the
`loop_abort_handle` returns immediately, but the actual `Future`
for the iteration loop is aborted only when the scheduler throttling
completes. State transitions which requires the loop to be aborted &
which are serialized at the pipeline level can incur long delays.

This commit makes sure the Task Context's scheduler is awaken as soon
as the task loop is aborted.
2022-03-28 08:47:32 +00:00
..
file Use SPDX license format in Cargo.toml 2022-03-14 10:23:16 +02:00
fmp4 fmp4mux: HLS live example 2022-03-02 10:01:38 +00:00
sodium Remove now unnecessary Send+Sync impls for element/etc subclasses 2022-02-28 18:56:58 +02:00
threadshare ts/rt/Task: awake the iteration loop when it needs to be aborted 2022-03-28 08:47:32 +00:00