Page MenuHomePhabricator

[services] Tunnelbroker - Adding `tokio-stream` dependency to the Cargo
ClosedPublic

Authored by max on Nov 2 2022, 2:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 30, 7:46 PM
Unknown Object (File)
Sun, Jun 30, 8:03 AM
Unknown Object (File)
Sun, Jun 30, 12:31 AM
Unknown Object (File)
Thu, Jun 27, 11:58 PM
Unknown Object (File)
Thu, Jun 27, 4:56 PM
Unknown Object (File)
Tue, Jun 25, 11:55 PM
Unknown Object (File)
Tue, Jun 25, 11:55 PM
Unknown Object (File)
Tue, Jun 25, 11:55 PM

Details

Summary

This diff adds the tokio-stream crate as a dependency.
We are using tokio_stream::wrappers in the following D5528 diff to wrap the streams and bind them to the tokio::sync::mpsc queue to iterate over it.

Linear task: ENG-2060

Test Plan

Service is successfully built in the following D5528 using this crate.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

max held this revision as a draft.
max published this revision for review.Nov 3 2022, 5:33 AM
max edited the summary of this revision. (Show Details)
max edited the test plan for this revision. (Show Details)
max added reviewers: marcin, varun. max added 1 blocking reviewer(s): jon.
max edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Nov 3 2022, 10:03 AM
This revision now requires review to proceed.Nov 3 2022, 10:26 AM
This revision is now accepted and ready to land.Nov 3 2022, 12:26 PM

Rebasing on master changes.