gst-plugins-rs/generic/threadshare/examples
François Laignel 554ce7e7d6 ts/pad: don't pass self as ref in remaining handler traits functions
- They are either unit types or `Clone` (in which case they are implemented
  as pointers).
- Internally, we already use an owned version, so there's no need to get a
  reference.
- It facilitates implementation if the handler must be moved into a closure
  or a `Future`.
2022-10-24 12:01:09 +02:00
..
standalone ts/pad: don't pass self as ref in remaining handler traits functions 2022-10-24 12:01:09 +02:00
benchmark.rs Various minor cleanups 2022-10-22 19:50:24 +03:00
tcpclientsrc_benchmark_sender.rs Fix/silence a couple new clippy warnings 2022-06-30 16:07:32 +03:00
udpsrc_benchmark_sender.rs Various minor cleanups 2022-10-22 19:50:24 +03:00