Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.poll: Add support for the poll() API | Kim Alvefur | 2022-02-23 | 1 | -1/+3 |
| | | | | Might be better than select(), more portable than epoll. | ||||
* | util.poll: Expose API (epoll or select) used | Kim Alvefur | 2022-02-27 | 1 | -0/+5 |
| | | | | Could he handy to know for debugging or decisions | ||||
* | teal: Use new integer support in Teal 0.13.0 | Kim Alvefur | 2021-03-18 | 1 | -12/+12 |
| | |||||
* | util: Add Teal interface definition files | Kim Alvefur | 2021-03-09 | 1 | -0/+24 |
Enables writing code in Teal that is aware of the interfaces and function prototypes in these other utils. Could also be used to do type checks on Lua sources, but this tends to have a lot of noise. |