mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
It's hard to integrate maybe_stop_on_error() with coroutines as it accepts a resolved future, not an exception pointer. Let's adjust its interface, making it more flexible to work with. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>