Trait gstreamer::TaskHandle
source · pub trait TaskHandle {
// Required method
fn join(self);
}
Expand description
A handle for a task which was pushed to a task pool.
pub trait TaskHandle {
// Required method
fn join(self);
}
A handle for a task which was pushed to a task pool.