Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Napa.js 0.2.2

Compare
Choose a tag to compare
@fs-eire fs-eire released this 21 Apr 00:09
· 20 commits to master since this release
20f632d

Summary

Update function group zone.broadcast.

  • Support detailed error message when failure happens in broadcast.
  • Support Promise as return value. When broadcast a function which returns a Promise, its state will be adopted.
  • Support new function zone.broadcastSync.

Support setImmediate, setTimeout, setInterval in worker

  • Function setImmediate, setTimeout, setInterval, clearImmediate, clearTimeout, clearInterval are available in napa workers now.

Misc

  • Fix AutoTransport. It was not able to unmarshall the data correctly.
  • Update 3rd party library 'args' to latest version
  • Fix build break in G++7.x