git-annex/Assistant
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
..
Threads use a TMVar 2012-06-26 19:21:44 -04:00
Changes.hs license 2012-06-23 01:20:40 -04:00
Commits.hs license 2012-06-23 01:20:40 -04:00
DaemonStatus.hs license 2012-06-23 01:20:40 -04:00
Pushes.hs use a TMVar 2012-06-26 19:21:44 -04:00
ThreadedMonad.hs license 2012-06-23 01:20:40 -04:00