-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
every user of the coroutine::exception helpers outside of seastar namespace has to spell explicitly 'using namespace seastar' statement to compile their code. let's move the co_await operator into the exception type namespace to take advantage of the ADL (argument-dependent lookup) language feature to give the compiler a hint about the scan scope of the co_await operator.
- Loading branch information
Galas' Sergey
committed
Jan 10, 2025
1 parent
ff24926
commit df73c5d
Showing
2 changed files
with
21 additions
and
4 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