文件名称:tick-id:给Node.js事件循环上的每个刻度打上自己的ID
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-26 00:18:49
JavaScript
号 给Node.js事件循环上的每个刻度打上自己的ID。 滴答ID并不是Node.js固有的,而是该模块的发明。 例如,如果您想跟踪同一滴答发生的事件,该功能将非常有用。 安装 npm install tick-id 用法 tick-id模块公开了一个函数,该函数将返回当前tick的ID: var assert = require ( 'assert' ) var tickId = require ( 'tick-id' ) // execute the tickId function to get the ID of the current tick var id = tickId ( ) // calling tickId multiple times on the same tick will always return the // same tick ID assert .
【文件预览】:
tick-id-master
----test.js(815B)
----.travis.yml(51B)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(13B)
----index.js(390B)
----package.json(793B)