sleep-synchronously:在给定的时间内阻塞主线程

时间:2024-04-08 02:12:11
【文件属性】:

文件名称:sleep-synchronously:在给定的时间内阻塞主线程

文件大小:5KB

文件格式:ZIP

更新时间:2024-04-08 02:12:11

JavaScript

同步睡眠 在给定的时间内阻塞主线程 这类似于您可以在许多其他语言中找到的本机函数。 对于大多数任务,这是错误的工具!尽可能使用异步API。如果您需要等待某些资源,例如在您知道它只需要1秒钟但没有好的方法来检测何时准备就绪的情况下,该程序包在测试中会很有用。 该软件包比其他许多类似的软件包要好,因为它不是原生的Node.js插件,而是使用了现代JavaScript功能。它在浏览器中不起作用。 安装 $ npm install sleep-synchronously 用法 const sleepSynchronously = require ( 'sleep-synchronously' ) ; console . log ( new Date ( ) ) ; //=> Sun Aug 16 2020 14:28:54 GMT+0200 (Central European Summer Tim


【文件预览】:
sleep-synchronously-main
----index.test-d.ts(118B)
----.gitattributes(19B)
----.github()
--------funding.yml(91B)
--------workflows()
----test.js(263B)
----license(1KB)
----index.d.ts(536B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(130B)
----readme.md(1KB)
----package.json(790B)

网友评论