-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2050: chore: upgrade p2p/tokio r=TheWaWaR,quake a=driftluo 1. Upgrade p2p, use new `BlockingFlag` to optimize performance 2. Upgrade tokio, allow recursive call `block_in_place` p2p release note: ``` Bug Fix Fix session proto open/close by user part(#220) Features Replace unsplit with assignment(#225) Upgrade tokio util(#224) Avoids unnecessary session id checking(#223) Check all underscore(#228) Use flag to control how to use block_in_place(#226) More test(#227/#220) ``` tokio release note: ``` Fix rt: support block_in_place in more contexts stream: no panic in merge() and chain() when using size_hint() task: include visibility modifier when defining a task-local sync: broadcast closing the channel no longer requires capacity Added rt: runtime::Handle::block_on ``` Co-authored-by: driftluo <[email protected]>
- Loading branch information
Showing
9 changed files
with
58 additions
and
28 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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