File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,7 @@ which are invoked by messages from the embedded compiler back to the host.
88
88
Although this sort of two-way communication with an embedded process is
89
89
inherently asynchronous in Node.js, this package supports the synchronous
90
90
` compile() ` API using a custom [ synchronous message-passing library] that's
91
- implemented with the [ ` Atomics.wait() ` ] primitive. We hope to release this
92
- library as a stand-alone package at some point in the future.
91
+ implemented with the [ ` Atomics.wait() ` ] primitive.
93
92
94
93
[ synchronous message-passing library ] : https://github.com/sass/sync-message-port
95
94
[ `Atomics.wait()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/wait
You can’t perform that action at this time.
0 commit comments