node-chakracore icon indicating copy to clipboard operation
node-chakracore copied to clipboard

Atomics notify vs. wake

Open kfarnung opened this issue 6 years ago • 1 comments

  • Version: master
  • Platform: all
  • Subsystem: lib

ChakraCore 1.9 currently has Atomics.wake which has been renamed to Atomics.notify which has been updated in ChakraCore 1.10. The shim is being disabled for now to work around Intl issues and we'll re-investigate whether to enable it again when ChakraCore 1.10 lands.

kfarnung avatar Jul 10 '18 00:07 kfarnung

Looks like this is blocking some new features:

https://github.com/nodejs/node/pull/22835 https://github.com/nodejs/node/pull/22844

This depends on https://github.com/nodejs/node-chakracore/issues/567

kfarnung avatar Sep 14 '18 22:09 kfarnung