Skip to content

Commit 11698a6

Browse files
committed
crimson/common: expose unsafe_get0 for interruptible errorated futures
Signed-off-by: Samuel Just <[email protected]>
1 parent 52800dc commit 11698a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crimson/common/interruptible_future.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ class [[nodiscard]] interruptible_future_detail<
721721
{
722722
public:
723723
using core_type = ErroratedFuture<crimson::errorated_future_marker<T>>;
724+
using core_type::unsafe_get0;
724725
using errorator_type = typename core_type::errorator_type;
725726
using interrupt_errorator_type =
726727
interruptible_errorator<InterruptCond, errorator_type>;

0 commit comments

Comments
 (0)