书栈网 · BookStack 本次搜索耗时 0.037 秒,为您找到 3124 个相关结果.
  • 3.1516 调用协同程序

    999 2019-04-08 《Lua程序设计》
    调用协同程序 调用协同程序 LuaCoroutine.lua.txt local util = require "xlua.util" -- 加载 Resources / xlua / util . lua . txt local coroutineInstance = CS . Unit...
  • IMPORT

    IMPORT Required privileges Synopsis Parameters For import from CSV For import from dump file Import file URLs Example file URLs Import options Requirements Prerequisites I...
  • Coroutine

    Coroutine 短名称 创建协程 通道操作 协程客户端 其他 API 延迟执行 Coroutine 短名称 在2.0.13 与2.1.0 或更高版本中,增加了协程短名特性,简化了协程相关API 的名称书写。可修改php.ini 设置swoole.use_shortname 来关闭/开启短名,默认为开启。 创建协程 go ( ...
  • Async + Await

    1790 2018-03-19 《Node.js 调试指南》
    3.2.1 async + await 3.2.2 co + yield 3.2.3 co + yield* 3.2.4 co + bluebird 3.2.5 yield -> yield* 遇到的坑 3.2.6 async + bluebird 3.2.7 参考链接 笔者在很长一段时间内都使用 koa@1 +(generator|blu...
  • 5.6.1 Clang

    5.6.1 Clang 简介 初步使用 内部实现 参考资料 5.6.1 Clang 简介 初步使用 内部实现 参考资料 简介 Clang 一个基于 LLVM 的编译器前端,支持 C/C++/Objective-C 等语言。其开发目标是替代 GCC。 在软件安全的应用中,已经有许多代码分析工具都基于 Clang 和 LLVM,...
  • 6.2 – Coroutine Manipulation

    6.2 – Coroutine Manipulation coroutine.close (co) coroutine.create (f) coroutine.isyieldable ([co]) coroutine.resume (co [, val1, ···]) coroutine.running () coroutine.status (...
  • 中间件原理

    中间件原理 你好奇为什么是1342 么? 从generator说起 用co简化一下代码 看一下具体的1342 中间件写法 总结 探索中间件原理 v1 v2 v2补充 回形针的实现 koa compose 版本说明 常用中间件 中间件原理 你好奇为什么是1342 么? 从generator说起 book-source/...
  • Triage

    Daily Triage Categorization Prioritization Weekly Triage Post-Release Triage Responding to Issues Needs More Information Issue might be resolved Closing with Care Issue has ...
  • 2.10 – Coroutines

    2.10 – Coroutines 2.10 – Coroutines Lua supports coroutines, also called semi-coroutines or collaborative multithreading. A coroutine in Lua represents an independent thread of...
  • ES2015 integration

    Documents in ES6 Asynchronous document functions return promises , and so are compatible with the ES6 yield keyword and libraries like co . Note th...