We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated ScrollParallel (markdown)
Original scroll in parallel is not in parallel as the for loop in `// Send the hits to the hits channel` always block the next scroll request
Add missing return nil in first goroutine
Prevent deadlock
Created ScrollParallel (markdown)