gst-plugins-rs/generic/threadshare
François Laignel 1bea2ad279 threadshare: introduce TaskImpl trait
TaskImpl is the trait for specific Task behaviour. It is the basis
of a new Task model. The main motivation for this model is to ease
threadsafe implementations of state transitions.

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/298
2020-05-25 18:31:48 +02:00
..
examples threadshare: align some properties with their C counterparts 2020-04-27 11:22:26 +02:00
src threadshare: introduce TaskImpl trait 2020-05-25 18:31:48 +02:00
tests threadshare: introduce TaskImpl trait 2020-05-25 18:31:48 +02:00
build.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
Cargo.toml threadshare: introduce TaskImpl trait 2020-05-25 18:31:48 +02:00