-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial effort to move global variables to JQueryContext
the current status quo means that RemesPath functions using global variables like loopCountValue can't be multithreadedd because of race conditions. If I could figure out a way to make these global variables thread-safe, that would open up the possibility of multithreaded RemesPath. Unfortunately this is a bit more difficult than I had envisioned, so I'm leaving this unfinished for the time being.
- Loading branch information
1 parent
3ecaf28
commit 52edb18
Showing
3 changed files
with
74 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.