mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-08 10:26:35 -06:00
Currently they return immediately, but run internal goroutines which stream results back on a channel. Now they must be run on their own goroutine from outside the function. This makes the code easier to reason about, and a future patch to write a top-down and left-right multiplexing diff easier to write.