mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
It allows for simpler client code because the client can assume that when cancel() returns the callback will not run and thus there's no need to handle the race between timer teardown and execution of the callback.