Files
scylladb/utils
Benny Halevy 00327bfae3 directory_lister: drop abort method
Based on Avi's feedback:
> We generally have a public abort() only if we depend on an external
> event (like data from a tcp socket) that we don't control. But here
> there are no such external events. So why have a public abort() at all?

If needed in the future, we can consider adding
get(abort_source&) to allow aborting get() via
an external event.

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
2022-02-28 12:52:47 +02:00
..
2022-02-28 12:36:03 +02:00
2022-02-28 12:52:47 +02:00
2022-02-28 12:52:47 +02:00
2022-02-22 16:08:52 +01:00