actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

Channel body type

Open yinho999 opened this issue 2 years ago • 1 comments

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

yinho999 avatar Apr 21 '23 21:04 yinho999

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.

yinho999 avatar Apr 24 '23 07:04 yinho999