gst-plugins-rs/generic/threadshare/src/runtime/executor
Sebastian Dröge bdaa39e267 threadshare: Fix some new clippy beta warnings
warning: this expression borrows a value the compiler would automatically borrow
   --> generic/threadshare/src/runtime/executor/async_wrapper.rs:402:19
    |
402 |             match (&mut *self).get_mut().read(buf) {
    |                   ^^^^^^^^^^^^ help: change this to: `(*self)`
    |
    = note: `#[warn(clippy::needless_borrow)]` on by default
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
2022-08-10 12:58:28 +03:00
..
async_wrapper.rs threadshare: Fix some new clippy beta warnings 2022-08-10 12:58:28 +03:00
context.rs ts/scheduler: rename awake / wake_up as unpark 2022-08-09 13:17:21 +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/async_wrapper: remove fd from reactor before dropping its handle 2022-06-30 11:13:39 +00:00
scheduler.rs ts/scheduler: rename awake / wake_up as unpark 2022-08-09 13:17:21 +00:00
task.rs Fix/silence a couple new clippy warnings 2022-06-30 16:07:32 +03:00
timer.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00