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.
8888Although this sort of two-way communication with an embedded process is
8989inherently asynchronous in Node.js, this package supports the synchronous
9090` 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.
9392
9493[ synchronous message-passing library ] : https://github.com/sass/sync-message-port
9594[ `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