mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
These methods will soon be retired (made private) so migrate away from them. Consume memory through a permit instead. It is also safer this way: all memory consumed through the permit is guaranteed to be released when the permit is destroyed at the latest.