套件: node-setimmediate (1.0.5-1)
node-setimmediate 的相關超連結
Trisquel 的資源:
下載原始碼套件 node-setimmediate:
- [node-setimmediate_1.0.5-1.dsc]
- [node-setimmediate_1.0.5.orig.tar.gz]
- [node-setimmediate_1.0.5-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Thorsten Alteholz
外部的資源:
- 主頁 [github.com]
相似套件:
shim for the setImmediate efficient script yielding API
setImmediate.js is a highly cross-browser implementation of the setImmediate and clearImmediate APIs, proposed by Microsoft to the Web Performance Working Group.
setImmediate allows scripts to yield to the browser, executing a given operation asynchronously, in a manner that is typically more efficient and consumes less power than the usual setTimeout(..., 0) pattern.
Node.js is an event-based server-side JavaScript engine.