Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add new fibers timeout utils | Christopher Baines | 2023-09-12 |
| | | | | | This depends on a tweaked version of (fibers io-wakeup), which calls select of the file descriptors, rather than the ports. | ||
* | Update guix-dev.scm | Christopher Baines | 2023-06-30 |
| | | | | For the lack of guile-fibers-next. | ||
* | Use guile-fibers-next for local development | Christopher Baines | 2023-02-01 |
| | |||
* | Add support for exposing some basic metrics | Christopher Baines | 2022-04-17 |
| | | | | In a format understood by Prometheus. | ||
* | Add guile-lib to guix-dev.scm | Christopher Baines | 2022-04-17 |
| | | | | As it's needed. | ||
* | Switch to guile-fibers@1.1 | Christopher Baines | 2022-02-09 |
| | | | | | I think the main change required is just to stop accessing the now missing current-fiber parameter. | ||
* | Get most of the functionality sort of working | Christopher Baines | 2021-12-12 |
At least working enough to start trying this out, and finding the problems. |