forked from databendlabs/openraft
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change: rename
AsyncOneshotSendExt
to OneshotSender
, remove `Toki…
…oOneShotSender` **Removal of `TokioOneShotSender`:** Previously, `TokioOneShotSender(tokio::sync::oneshot::Sender)` was used to implement `Debug` for a oneshot sender. Given that `Debug` implementation is not a mandatory requirement, `TokioOneShotSender` is no longer necessary and has been removed. **Rename `AsyncOneshotSendExt` to `OneshotSender`:** The renaming reflects a more streamlined and intuitive naming convention. Upgrade tip: - rename `AsyncOneshotSendExt` to `OneshotSender` --- - `AsyncOneshotSendExt` and `TokioOneShotSender` are introduced in databendlabs#1026
- Loading branch information
1 parent
4efdbfd
commit 5570a3b
Showing
8 changed files
with
24 additions
and
22 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
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