🌈
欢迎访问我的博客,又是美好的一天!
thunkify源码分析:thunk 做了什么
Turn a regular node function into one which returns a thunk, useful for generator-based flow control such as co.
thunk
co
generator
异步
什么是Generator 函数
Generator函数是ES6提供的一种异步编程解决方案,形式上也是一个普通函数,但却可以分步执行。
generator
异步
串行
yield
es6
iterator
+1
在Mac下MySQL服务的启动命令
How to start MySQL server from command line on Mac OS Lion?
mysql
start
stop
restart