文件名称:hanging-up-on-callbacks:如何使用生成器避免在 JavaScript 中传递回调函数
文件大小:82KB
文件格式:ZIP
更新时间:2024-07-11 06:40:19
HTML
挂断回调 ES6 生成器示例: 构建迭代器 将数据传递给生成器 暂停/恢复和控制流程 委托生成器 假同步(“阻塞睡眠()”) 集中异常处理 妙处 sync ( function * ( resume ) { console . log ( 'foo' ) ; yield setTimeout ( resume , 1000 ) ; console . log ( 'baz' ) ; } ) ; console . log ( 'blix' ) ; // console: 'foo', 'blix', 'bax' 如何运行演示 克隆回购 捆 捆绑执行Ruby./app.rb 单击示例 灵感
【文件预览】:
hanging-up-on-callbacks-master
----.gitignore(6B)
----config.ru(41B)
----static()
--------shared.css(176B)
--------src()
--------08-prime-number-generator.html(736B)
--------05-emulating-synchronicity.html(736B)
--------vendor()
--------03-illustrating-control-flow.html(728B)
--------index.html(825B)
--------04-delegate-generators.html(720B)
--------01-generator-iterators.html(756B)
--------06-centralized-exception-handling.html(760B)
--------07-blocking-ajax.html(714B)
--------02-communicating-to-generator.html(750B)
----app.rb(121B)
----README.md(907B)
----Procfile(43B)
----Gemfile(44B)
----Gemfile.lock(261B)