PS2DEV: std::async and threading not supported ? #779
Unanswered
HudsonSchumaker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I getting a linker error
undefined reference to
__atomic_test_and_set'`because of the code:
loadFuture = std::async(std::launch::async, &Scene::load, this);
if there is no support for this, how could i work around this ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions