Files
scylladb/tools
Avi Kivity 7cb1c10fed treewide: replace seastar::future::get0() with seastar::future::get()
get0() dates back from the days where Seastar futures carried tuples, and
get0() was a way to get the first (and usually only) element. Now
it's a distraction, and Seastar is likely to deprecate and remove it.

Replace with seastar::future::get(), which does the same thing.
2024-02-02 22:12:57 +08:00
..
2024-01-19 11:23:22 +01:00
2024-01-12 09:47:20 +02:00
2024-01-10 08:53:20 +02:00
2023-09-11 21:38:02 +03:00