1. 30 Apr, 2019 3 commits
  2. 29 Apr, 2019 7 commits
  3. 26 Apr, 2019 1 commit
  4. 10 Apr, 2019 2 commits
  5. 05 Apr, 2019 1 commit
  6. 04 Apr, 2019 1 commit
  7. 28 Mar, 2019 2 commits
  8. 27 Mar, 2019 3 commits
  9. 20 Mar, 2019 1 commit
  10. 15 Mar, 2019 3 commits
  11. 13 Mar, 2019 1 commit
  12. 12 Mar, 2019 1 commit
  13. 11 Mar, 2019 1 commit
  14. 07 Mar, 2019 1 commit
  15. 04 Mar, 2019 3 commits
  16. 02 Mar, 2019 2 commits
  17. 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
  18. 27 Feb, 2019 6 commits