We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FrameStore. animatedFrames
It seems that FrameStore. animatedFrames is not thread safe, it will write in preloadFrameQueue and read in main queue. Is that right?
preloadFrameQueue
main
The text was updated successfully, but these errors were encountered:
How to access animatedFrames in v.3.3?
Sorry, something went wrong.
I too get the same problem. Thread sanitiser reports race condition. Did someone found any work around ?
No branches or pull requests
It seems that
FrameStore. animatedFrames
is not thread safe, it will write inpreloadFrameQueue
and read inmain
queue. Is that right?The text was updated successfully, but these errors were encountered: