kubo/exchange/bitswap/message
Brian Tiger Chow 0545c4d15d refactor: *Entry -> Entry
in many places, entries are assigned from one slice to another and in
different goroutines. In one place, entries were modified (in the
queue). To avoid shared mutable state, probably best to handle entries
by value.

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-12-17 23:44:46 -08:00
..
internal/pb implement bitswap roundWorker 2014-12-17 23:44:39 -08:00
message_test.go refactor() message API 2014-12-17 23:44:41 -08:00
message.go refactor: *Entry -> Entry 2014-12-17 23:44:46 -08:00