Files
scylladb/core
Avi Kivity 3b1d37ff2f future: implement available()
As the whole point of future/promise is to decouple the producer from the
consumer, available() is not generally useful.  However it can still be
useful in special cases when we want to know who got there first.

One of them is deciding when to drop packets -- if the consumer is not
ready, and no queue space is available, we should just drop the packet
instead of waiting for the consumer.
2014-09-22 11:25:54 +03:00
..
2014-09-16 18:48:14 +03:00
2014-09-22 11:25:54 +03:00
2014-09-08 15:23:59 +03:00
2014-09-10 13:44:46 +03:00
2014-09-14 15:57:39 +03:00
2014-09-01 13:01:06 +03:00