mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-30 13:17:01 +00:00
More specifically, return a future which is equivalent to the original future (when the original future resolves, this future will contain its result). Thus we don't discard the future, the user gets it back. Let them decide what to do with it.