yield co(function * () {
      hit.push('four')
      var a = yield get(1)
      var b = yield get(2)
      var c = yield get(3)