- 06 Feb, 2015 1 commit
-
-
Juan Batiz-Benet authored
Use of the ratelimiter should be conscious of the ratelimiter's potential closing. any loops that add work to ratelimiter should (a) only do so if the rate limiter is not closed, or (b) prevent limiter while work is added (i.e. use limiter.Go(addWorkHere))
-
- 02 Feb, 2015 1 commit
-
-
Brian Tiger Chow authored
-
- 01 Feb, 2015 1 commit
-
-
Juan Batiz-Benet authored
see: https://gist.github.com/jbenet/6b8b45bde9d9fce17d57 I want to make the goprocess API nicer so it doesnt lead users into this problem. any ideas?
-
- 21 Jan, 2015 7 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
@jbenet would like it to work this way
-
Brian Tiger Chow authored
@jbenet
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-