gst-plugins-rs/generic/threadshare
François Laignel 725eb0a093 threadshare: spawn StateMachine on the futures::executor::ThreadPool
StateMachines are spawned on a runtime::Context which uses a tokio
runtime. The StateMachine doesn't need all the features from tokio
such as the IO and timers drivers.

This commit makes use of a light-weight futures executor to spawn
the StateMachines.
2020-05-25 18:31:49 +02:00
..
examples threadshare: align some properties with their C counterparts 2020-04-27 11:22:26 +02:00
src threadshare: spawn StateMachine on the futures::executor::ThreadPool 2020-05-25 18:31:49 +02:00
tests threadshare/TaskImpl: allow transition hooks to fail... 2020-05-25 18:31:49 +02:00
build.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
Cargo.toml threadshare: spawn StateMachine on the futures::executor::ThreadPool 2020-05-25 18:31:49 +02:00