Skip to content

Implement Send for async copy_to

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 06:31
· 108 commits to master since this release
0329952

Fixed

  • Update future type returned by AsyncReadResponseExt::copy_to to implement Send if both the reader and writer types implement Send. This allows it to work with multithreaded runtimes. (#283, #285)