kubo/blockservice
Juan Batiz-Benet 91a79bc203 ratelimiter: fixing rate limiter use
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))
2015-02-06 10:59:03 -08:00
..
worker ratelimiter: fixing rate limiter use 2015-02-06 10:59:03 -08:00
blocks_test.go fix(blockservice) fully async exchange.HasBlock 2015-01-20 23:43:21 -08:00
blockservice.go logs: removed all log.Errors unhelpful to users 2015-02-03 01:06:07 -08:00
mock.go move generic packages to thirdparty (see thirdparty/README.md) 2015-01-18 14:04:45 -08:00