Skip to content

Commit

Permalink
aldrin: Rewrite channels to add low-level types and improve ergonomics
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-hamester committed Nov 15, 2024
1 parent 60bd1e0 commit 0b048d6
Show file tree
Hide file tree
Showing 22 changed files with 2,908 additions and 1,926 deletions.
2 changes: 2 additions & 0 deletions aldrin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`send_item_ref()` was also added, which still takes `&T`.
- `Promise::ok()`, `err()` and `set()` also now take `SerializeArg<T>` and `ok_ref()`, `err_ref()`
and `set_ref()` have been added.
- Channels have undergone a large rewrite. There are now new low-level types and the overall
ergonomics have been improved.

## [0.8.0] - 2024-09-22

Expand Down
Loading

0 comments on commit 0b048d6

Please sign in to comment.