1. 20 Feb, 2015 1 commit
  2. 18 Feb, 2015 1 commit
  3. 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
  4. 10 Feb, 2015 3 commits
  5. 09 Feb, 2015 1 commit
  6. 06 Feb, 2015 4 commits
  7. 04 Feb, 2015 4 commits
  8. 02 Feb, 2015 2 commits
  9. 01 Feb, 2015 1 commit
  10. 30 Jan, 2015 5 commits
  11. 29 Jan, 2015 4 commits
  12. 27 Jan, 2015 3 commits
  13. 22 Jan, 2015 1 commit
  14. 21 Jan, 2015 1 commit
  15. 20 Jan, 2015 1 commit
  16. 17 Jan, 2015 2 commits
  17. 16 Jan, 2015 2 commits
  18. 15 Jan, 2015 3 commits