您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. signal-promise:简单的waitnotify承诺与可选的最大等待时间-源码

  2. 信号承诺 简单的等待/通知承诺,可选的最大等待时间 npm install signal-promise 用法 const Signal = require ( 'signal-promise' ) const input = new Signal ( ) process . stdin . on ( 'data' , function ( ) { input . notify ( ) } ) while ( await input . wait ( ) ) { console . lo
  3. 所属分类:其它