mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 21:41:03 +00:00
threadshare: Don't set a fallback reactor
This should not be needed and fails if we have multiple contexts
This commit is contained in:
parent
13e706f678
commit
82cc63551c
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ impl IOContextRunner {
|
|||
if let Some(ref pending_futures) = self.pending_futures {
|
||||
use tokio::executor::current_thread;
|
||||
|
||||
reactor.set_fallback().unwrap();
|
||||
let handle = reactor.handle();
|
||||
let mut enter = ::tokio_executor::enter().unwrap();
|
||||
let mut current_thread = current_thread::CurrentThread::new_with_park(reactor);
|
||||
|
|
Loading…
Reference in a new issue