Skip to content
New issue

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

More on ASDataController's main-thread-only mode #1915

Merged

Commits on Sep 18, 2020

  1. More on ASDataController's main-thread-only mode

    Follow up on TextureGroup#1911: it's not enough to execute step 3 on the main thread because -_allocateNodesFromElements: uses ASDispatchApply to offload the work to other threads. So this diff adds a flag to tell that method to do everything serially on the calling thread.
    nguyenhuy committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    1b2eefc View commit details
    Browse the repository at this point in the history