mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 10:41:12 +00:00
interrupt() makes it sound like it's interrupting the compaction, but it's actually called *on* interrupt, to handle the interrupt scenario. Let's rename it to on_interrupt(). Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20220311000128.189840-1-raphaelsc@scylladb.com>