1. 03 Apr, 2015 1 commit
  2. 20 Mar, 2015 3 commits
  3. 18 Mar, 2015 1 commit
  4. 15 Mar, 2015 2 commits
  5. 14 Mar, 2015 3 commits
  6. 04 Mar, 2015 1 commit
  7. 03 Mar, 2015 1 commit
  8. 20 Feb, 2015 1 commit
  9. 18 Feb, 2015 1 commit
  10. 12 Feb, 2015 1 commit
    • Bryan C. Mills's avatar
      net/context: Don't leak goroutines in Done example. · 59b0df9b
      Bryan C. Mills authored
      The current example leaks the DoSomethingSlow goroutine for an
      arbitrarily long time.  In a real server, that can lead to an
      out-of-memory failure during events such as network outages; a
      more careful version of that example would be too long for a
      simple package doc.
      
      Fortunately, there are other short, common patterns using Done
      that don't leak and don't require a lot of explanation.  Let's
      use one of those instead.
      
      Change-Id: I0ad0c6121d06b757a397e0e71be9e01ccfd75f77
      Reviewed-on: https://go-review.googlesource.com/4490Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
      59b0df9b
  11. 10 Feb, 2015 3 commits
  12. 09 Feb, 2015 1 commit
  13. 06 Feb, 2015 4 commits
  14. 04 Feb, 2015 4 commits
  15. 02 Feb, 2015 2 commits
  16. 01 Feb, 2015 1 commit
  17. 30 Jan, 2015 5 commits
  18. 29 Jan, 2015 4 commits
  19. 27 Jan, 2015 1 commit