summaryrefslogtreecommitdiff
path: root/Assistant/Pushes.hs
Commit message (Collapse)AuthorAge
* use a TMVarGravatar Joey Hess2012-06-26
| | | | | | | 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.
* better data type for push recordsGravatar Joey Hess2012-06-26
| | | | Not yet plumbed thru
* add a push retry threadGravatar Joey Hess2012-06-25