Files
dolt/go/util/functions
Ben Kalman 74200673d4 Change sequence diff functions to be synchronous (#2098)
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.
2016-07-20 13:20:17 -07:00
..