mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 13:37:04 +00:00
Adds a result-aware counterpart to seastar::do_until. The new function does not base on seastar::do_until, but rather is a rewrite of the original (using a coroutine instead of an open-coded task). The main consequence of using a coroutine is that exceptions from StopCondition or AsyncAction need to be thrown once more.