receiveMessageOnPort
not implemented in node:worker_threads
#22702
Labels
receiveMessageOnPort
not implemented in node:worker_threads
#22702
Version: Deno 1.41.1
As already described in #22629 I need this function for making
jco
working.The use of
receiveMessageOnPort
plays a vital role in the inner working of the rather popularsynckit
library.receiveMessageOnPort
is really hard to substitute if a runtime does not provide it.It's the only
sync
method to share structured data efficiently between workers and main process instance.I'll try to prepare an implementation attempt for contribution ASAP, although I'm not very familiar with the
deno
code base and internals, so it may take some time...The text was updated successfully, but these errors were encountered: