git-annex/Assistant/Threads
Joey Hess 67c8ef7de2 use a TMVar
SampleMVar won't work; between getting the current value and changing
it, another thread could made a change, which would get lost.

TMVar works well; this update situation is handled by atomic transactions.
2012-06-26 19:21:44 -04:00
..
Committer.hs reorg threads 2012-06-25 16:10:24 -04:00
Merger.hs fixup merges now done when needed 2012-06-25 20:16:30 -04:00
Pusher.hs use a TMVar 2012-06-26 19:21:44 -04:00
SanityChecker.hs reorg threads 2012-06-25 16:10:24 -04:00
Watcher.hs reorg threads 2012-06-25 16:10:24 -04:00