vigetlabs/microcosm

repo.parallel should support objects

Closed this issue · 0 comments

It would be awesome if we could do:

let group = repo.parallel({
  one: repo.push(actionOne),
  two: repo.push(actionTwo)
})

let { one, two } = await group