actix-web
actix-web copied to clipboard
Channel body type
PR Type
Feature
PR Checklist
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] A changelog entry has been made for the appropriate packages.
- [x] Format code with the latest stable rustfmt.
- [ ] (Team) Label with affected crates and semver status.
Overview
Add an unbounded channel receiver/sender wrapper for Tokio. I also added a channel function to generate pair of receiver and sender.
Closes #2505
Might need some help with this failing Linux 1.59 on GitHub action. Cannot reproduce the error on my computer which is running on Windows plus I don't think my code base touches any of the existing functionality. It only happens after merging the master branch into the working branch and I am not sure of the reason.