You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: upgrade to [bevy-tokio-tasks](https://github.com/EkardNT/bevy-tokio-tasks) to share tokio runtime between rtsp and inference - waiting on: https://github.com/pykeio/ort/pull/174
implFromWorldforRtspStreamManager{fn from_world(_world:&mutWorld) -> Self{// TODO: upgrade to [bevy-tokio-tasks](https://github.com/EkardNT/bevy-tokio-tasks) to share tokio runtime between rtsp and inference - waiting on: https://github.com/pykeio/ort/pull/174letmut runtime = tokio::runtime::Builder::new_multi_thread();
runtime.enable_all();let runtime = runtime.build().unwrap();let handle = runtime.handle().clone();
std::thread::spawn(move || {
The text was updated successfully, but these errors were encountered:
bevy_light_field/src/stream.rs
Line 196 in 6d1fcd2
The text was updated successfully, but these errors were encountered: