Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -6/+6 |
| | | | | Our new CPP linter enforces this. | ||||
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -11/+11 |
| | | | | | | | | | | | | The `nat` type was an alias for `unsigned int` with a comment saying it was at least 32 bits. We keep the typedef in case client code is using it but mark it as deprecated. Test Plan: Validated on Linux, OS X and Windows Reviewers: simonmar, austin, thomie, hvr, bgamari, hsyl20 Differential Revision: https://phabricator.haskell.org/D2166 | ||||
* | rts/Pool: Add poolTryTake | Ben Gamari | 2015-11-26 | 1 | -11/+30 |
| | |||||
* | rts: Add simple resource pool | Ben Gamari | 2015-11-23 | 1 | -0/+180 |