Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From sigq-0.13.4 To sigq-0.13.5
2024-09-09
| ||
23:17 | Do not publish bacon.toml. check-in: 718a7a76ce user: jan tags: trunk | |
23:14 | Release maintenance. check-in: a2b2d5e4e4 user: jan tags: sigq-0.13.5, trunk | |
23:07 | Support 'managed' pop operations, which return queue elements inside a wrapper that must explicitly be marked as handled, or it will returtn the element to the queue on Drop. check-in: cb0b1b5bbc user: jan tags: trunk | |
18:41 | Crate maintenance. check-in: 0bee0469d7 user: jan tags: trunk | |
2023-09-15
| ||
16:55 | Release maintenance. check-in: 1dfcd66b82 user: jan tags: sigq-0.13.4, trunk | |
16:04 | Implement Clone manually instead of using derive, because using derive forces the inner type(s) to derive Clone as well. check-in: 1fc050c0ee user: jan tags: trunk | |
Changes to .efiles.
Changes to Cargo.toml.
Added bacon.toml.
Changes to src/lib.rs.
Changes to src/pull.rs.
Changes to src/push.rs.
Added tests/managed.rs.
Changes to www/changelog.md.