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.
1 2 3 4 5 6 | 1 2 3 4 5 6 7 | + | Cargo.toml www/changelog.md src/lib.rs src/push.rs src/pull.rs tests/simple.rs tests/managed.rs |
Changes to Cargo.toml.
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + - - - - + + | [package] name = "sigq" |
Added bacon.toml.