This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Napa.js 0.2.2
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 aPromise
, 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