1. 15 Mar, 2019 3 commits
  2. 13 Mar, 2019 1 commit
  3. 12 Mar, 2019 1 commit
  4. 11 Mar, 2019 1 commit
  5. 07 Mar, 2019 1 commit
  6. 04 Mar, 2019 3 commits
  7. 02 Mar, 2019 2 commits
  8. 28 Feb, 2019 1 commit
    • Steven Allen's avatar
      fix: limit use of custom context type · 799bfb3e
      Steven Allen authored
      Goprocess returns a _custom_ context type. Unfortunately, golang has a bunch of
      magic type assertions to efficiently handle built-in context types but launches
      a new goroutine when deriving a new context from a custom context type.
      Otherwise, it has no way to wait on the custom context's channel.
      
      This fix just ensures we only ever have one of goroutines per provide worker by
      deriving a (normal) cancelable context up-front and then using that.
      799bfb3e
  9. 27 Feb, 2019 11 commits
  10. 26 Feb, 2019 1 commit
  11. 21 Feb, 2019 9 commits
  12. 20 Feb, 2019 6 commits