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