kubo/blockservice/worker
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
..
bench fix(blockservice) fully async exchange.HasBlock 2015-01-20 23:43:21 -08:00
bench_worker_test.go fix(blockservice) fully async exchange.HasBlock 2015-01-20 23:43:21 -08:00
worker_test.go deduplicate blocks in queue 2015-01-21 15:17:10 -08:00
worker.go ratelimiter: fixing rate limiter use 2015-02-06 10:59:03 -08:00