fengmk2 56d1deb17a feat: support background task on ctx (#119)
* feat: support background task on ctx

```js
ctx.runAtBackground(function* (ctx) {
  // async actions here
});
```

* fix: eslint style no-useless-escape

* chore: add license
2016-10-29 11:28:22 +08:00
..
2016-07-18 21:16:35 +08:00
2016-10-26 15:45:04 +08:00
2016-07-18 21:16:35 +08:00
2016-08-06 00:09:43 +08:00
2016-10-28 20:12:00 +08:00