go-bitswap
go-bitswap copied to clipboard
Cleanup usage of processes and contexts
We should never pass around both a context and a goprocess.
For example, the engine task workers should not be receiving both.