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)
Tue, Nov 19, 8:52 PM
Unknown Object (File)
Tue, Nov 19, 8:52 PM
Unknown Object (File)
Tue, Nov 19, 8:52 PM
Unknown Object (File)
Fri, Nov 8, 10:02 AM
Unknown Object (File)
Oct 25 2024, 10:09 PM
Unknown Object (File)
Oct 6 2024, 4:04 AM
Unknown Object (File)
Oct 6 2024, 3:56 AM
Unknown Object (File)
Sep 26 2024, 9:59 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
Branch
add-tokio-stream-to-cargo
Lint
No Lint Coverage
Unit
No Test Coverage

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.