Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use a TMVar | Joey Hess | 2012-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 records | Joey Hess | 2012-06-26 |
| | | | | Not yet plumbed thru | ||
* | add a push retry thread | Joey Hess | 2012-06-25 |