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