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

Made LockService thread safe #1219

Merged
merged 1 commit into from Oct 30, 2013
Merged

Commits on Oct 29, 2013

  1. Made LockService thread safe

    The LockService should not be used in the threaded framework but getting it working may help with migration. The scoped_lock was removed since it was being updated each call and therefore was not safe if multiple modules are running concurrently. Instead we directly call ‘lock()’ and ‘unlock()’.
    Dr15Jones committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    3471b01 View commit details
    Browse the repository at this point in the history