gst-plugins-rs/generic
François Laignel 5e4fc8b138 ts/executor: relax the static bound on enter
The function `enter` is executed in a blocking way from the caller's
point of view. This means that we can guaranty that the provided
function and its output will outlive the underlying Scheduler Task
execution. This requires an unsafe call to
`async_task::spawn_unchecked`. See:

https://docs.rs/async-task/latest/async_task/fn.spawn_unchecked.html
2021-12-25 11:25:56 +00:00
..
file Fix a couple of new clippy warnings 2021-12-02 22:31:52 +02:00
fmp4 Fix a couple of new clippy warnings 2021-12-02 22:31:52 +02:00
sodium Fix or silence various new 1.57 clippy warnings 2021-11-30 16:31:50 +02:00
threadshare ts/executor: relax the static bound on enter 2021-12-25 11:25:56 +00:00