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
How can I use this in async context?
I'm trying to use it in tauri framework, when user invoke function it captures frames in loop and do async task with every capture
but I got the error:
Future cannot be sent between threads safelywithin `impl futures::Future<Output = Result<(), std::string::String>>`, the trait `std::marker::Send` is not implemented for `*mut winapi::d3d11::ID3D11DeviceContext
The text was updated successfully, but these errors were encountered:
How can I use this in async context?
I'm trying to use it in
tauri
framework, when userinvoke
function it captures frames in loop and do async task with every capturebut I got the error:
The text was updated successfully, but these errors were encountered: