Closed haraldsteinlechner closed 9 years ago
Three possibilities: 1) Solve via locking the input set (which must then be passed down to its EmitReaders) (what if user locks on set?) 2) persist the set when emitted (expensive) 3) lock on the set itself and adjust cset to respect that lock (complicated)
should be solved in a66b32331437dbe6284817fd3967e46ba05f58a3
Untested yet...
CSet emits deltas, while compute delta lazily pulls this stuff. Think bout locking here