Files
scylladb/test/boost
Benny Halevy ff7c9c661d sstable_set: add for_each_sstable_gently* helpers
Currently callers of `for_each_sstable` need to
use a seastar thread to allow preemption
in the for_each_sstable loop.

Provide for_each_sstable_gently and
for_each_sstable_gently_until to make using this
facility from a coroutine easier, without requiring
a seastar thread.

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
2023-05-17 11:31:07 +03:00
..
2023-02-15 11:01:50 +02:00
2023-05-09 13:56:06 +04:00
2023-02-15 11:01:50 +02:00
2023-02-15 11:01:50 +02:00
2023-02-15 11:09:04 +02:00
2023-04-29 13:11:31 +02:00
2023-02-15 11:01:50 +02:00
2023-05-07 19:51:10 -03:00
2023-04-24 10:49:37 +02:00
2023-04-26 14:09:58 +08:00