-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(worker-runtime): remove worker proxy MONGOSH-1416 (#2049)
* remove worker proxy * break on interrupt - sync and async * handle listeners * fix emitter tests * evaluationListener tests * remove interruptor * clean up * istanbul * fix ts error * fix ci test * context tests * chore(node-runtime-worker-thread): remove child process indirection, use worker_threads directly * fixup * wip tests * serialization * remove serialization * rpc tests * clean up tests * use setTimeout from node timers * clean up * add interruptor to webpack * error message * optional unref on setTimeout * register worker for mocha * fix paths for windows * Update worker-runtime.ts --------- Co-authored-by: Rhys Howell <[email protected]>
- Loading branch information
Showing
20 changed files
with
341 additions
and
919 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/node-runtime-worker-thread/__fixtures__/script-that-throws.js
This file was deleted.
Oops, something went wrong.
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
84 changes: 0 additions & 84 deletions
84
packages/node-runtime-worker-thread/src/child-process-proxy.spec.ts
This file was deleted.
Oops, something went wrong.
124 changes: 0 additions & 124 deletions
124
packages/node-runtime-worker-thread/src/child-process-proxy.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.