Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Arti
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Arti
Merge requests
!2116
Draft: Priority-based queueing for StreamMap
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Priority-based queueing for StreamMap
jnewsome/arti:peekable-streams2
into
main
Overview
3
Commits
6
Pipelines
3
Changes
1
1 unresolved thread
Hide all comments
Closed
Jim Newsome
requested to merge
jnewsome/arti:peekable-streams2
into
main
10 months ago
Overview
3
Commits
6
Pipelines
3
Changes
1
1 unresolved thread
Hide all comments
Expand
Obsoletes
!2092 (closed)
0
0
Merge request reports
Viewing commit
b5b5735e
Prev
Next
Show latest version
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b5b5735e
fixup! Add PriorityMap
· b5b5735e
Jim Newsome
authored
10 months ago
crates/tor-proto/src/circuit/streammap/priority_map.rs
+
0
−
2
Options
@@ -110,11 +110,9 @@ where
}),
}
}
// XXX: maybe this should be sorted
fn
iter
(
&
'a
self
)
->
Self
::
Iter
{
self
.m
.iter
()
}
// XXX: maybe this should be sorted
fn
iter_mut
(
&
'a
mut
self
)
->
Self
::
IterMut
{
self
.m
.iter_mut
()
}
Loading