Observable filestore concurrency hardening #40
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
indigocode/igasset-viewer-react!40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kamaron/observable-fs-thread-hardening"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Main fix: All
ObservableFilestorestate mutations happen on the main thread, processing on exec threads.Incidental / related: Thread pool now actually runs the exec_task_list, igasync version updated (via igasset update) to be resilient to a couple race conditions (whoops!), no longer spawn threads pessimistic on startup (do it only at runtime!), lifetime fixes on
ObservableFilestore.Incidental / related: Updated
bindings.ccto not useemscripten::valdirectly (translates toanyin TS - bad!) and to consume a TS function directly in theObservableFilestore::subscribemethod.