mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
Instead of returning a future<packet>, return a future<> (signifying data is available) and provide a read() method. This is useful in case the user wants to consume more or less than exactly one packet.