Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | finished where indentation changes | Joey Hess | 2012-12-13 |
| | |||
* | fix warning | Joey Hess | 2012-11-17 |
| | |||
* | use System.Timeout | Joey Hess | 2012-11-14 |
| | | | | I'd forgotten this existed! | ||
* | added a runTimeout function | Joey Hess | 2012-11-11 |
| | | | | | | This adds a dep on haskell's async library, but since that's been added to the recent haskell platform release, it should not be much hardship to my poor long-suffering library chasing users. | ||
* | reorg | Joey Hess | 2012-06-17 |
| | |||
* | slightly higher-level thread scheduling code | Joey Hess | 2012-06-13 |
Including support for unbound thread sleeping. Haskell's max thread sleep is 37 minutes, due to maxBound Int! |