mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
* feat: support background task on ctx
```js
ctx.runAtBackground(function* (ctx) {
// async actions here
});
```
* fix: eslint style no-useless-escape
* chore: add license