Files
scylladb/sstables
Benny Halevy 6a82e9f4be sstables: index_reader: mark close noexcept
We'd like that to simplify the soon-to-be-introduced
sstable_mutation_reader::close error handling path.

close_index_list can be marked noexcept since parallel_for_each is,
with that index_reader::close can be marked noexcept too.

Note that since reader close can not fail
both lower and upper bounds are closed (since
closing lower_bound cannot fail).

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
2021-04-25 11:16:10 +03:00
..
2021-04-21 08:22:52 +02:00
2021-04-21 08:22:52 +02:00
2021-03-18 19:26:43 +02:00
2021-01-11 09:12:56 +02:00