一个支持异步的迭代函数
## 安装
```html
<script src="https://unpkg.com/async-eachify"></script>
yarn add async-eachify
eachify(Array, callback, options)
要迭代的数组
// ['a', 'b', 'c', 'd', 'e']
{
index:0,
len:4,
value: 'a',
first: true,
last: false,
}
通过调用 next 迭代
是否异步迭代 默认值 false
async 为 true 每次迭代的间隔时间