// Clear the global "interrupt_cond" to prevent it from interfering other
// continuation chains.
interrupt_cond<InterruptCond>.reset();
- std::throw_with_nested(std::runtime_error("failed to run interruptible continuation"));
+ throw;
}
}
e,
(void*)interrupt_cond<InterruptCond>.interrupt_cond.get(),
typeid(InterruptCond).name());
- std::throw_with_nested(
- std::runtime_error(
- "failed to run interruptible continuation"));
+ throw;
}
}
}
e,
(void*)interrupt_cond<InterruptCond>.interrupt_cond.get(),
typeid(InterruptCond).name());
- std::throw_with_nested(
- std::runtime_error(
- "failed to run interruptible continuation"));
+ throw;
}
}
}
e,
(void*)interrupt_cond<InterruptCond>.interrupt_cond.get(),
typeid(InterruptCond).name());
- std::throw_with_nested(
- std::runtime_error(
- "failed to run interruptible continuation"));
+ throw;
}
}
e,
(void*)interrupt_cond<InterruptCond>.interrupt_cond.get(),
typeid(InterruptCond).name());
- std::throw_with_nested(
- std::runtime_error(
- "failed to run interruptible continuation"));
+ throw;
}
}
}