Move vector_clock and sync into concurrency, make vector_clock private #2199
Labels
A-concurrency
Area: affects our concurrency (multi-thread) support
C-cleanup
Category: cleaning up our code
E-good-first-issue
A good way to start contributing, mentoring is available
#1963 introduces a
concurrency
module collecting the data race and weak memory code. If possible, it'd be nice to make vector_clock private to that module, too; that will require moving sync.rs (and maybe thread.rs) into it as well.The text was updated successfully, but these errors were encountered: