forked from scylladb/seastar
-
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.
coroutine: remove remnants of variadic futures
Coroutine support still contains some remnants of variadic futures; remove them to simplify the code. The `awaiter` struct had three specializations, one for void, one for one template parameter, and one for {zero, two+} parameters. The first two remain. without_preemption_check() also had three specializations, only one remains. Closes scylladb#2066
- Loading branch information
Showing
1 changed file
with
11 additions
and
42 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