go-bitswap icon indicating copy to clipboard operation
go-bitswap copied to clipboard

Cleanup usage of processes and contexts

Open Stebalien opened this issue 5 years ago • 1 comments

We should never pass around both a context and a goprocess.

Stebalien avatar Apr 09 '20 23:04 Stebalien

For example, the engine task workers should not be receiving both.

Stebalien avatar Apr 09 '20 23:04 Stebalien