Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewParallelWalk ¶
NewParallelWalk generates a function to handle a series of jobs that may spawn more jobs It will execute jobs in parallel, with the specified concurrency until all initial jobs and all spawned jobs (recursively) are handled, or a job errors This code is adapted from https://github.com/ipfs/go-merkledag/blob/master/merkledag.go#L464C6-L584
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.