forked from quinn-rs/quinn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The main goal of this refactor is to remove a `RefCell` that is preventing `Connection` from being `Sync`. This is achieved by replacing the `BinaryHeap` with a `BTreeMap`. See quinn-rs#1769 for more information.
- Loading branch information
1 parent
8fbcf08
commit 20f81b2
Showing
2 changed files
with
59 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters