Files
scylladb/core
Nadav Har'El 4e21cedc0f Add do_with() utility
Add a convenient function do_with(rvalue, func) which ensures that a
(moved copy of) rvalue will live until the future returned by func
concludes, and that func is passed this object.

Needing to do this is a recurring idiom in Seastar applications.

Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com>
[avi: mark inline]
2015-04-02 10:27:38 +03:00
..
2015-03-01 15:29:13 +02:00
2015-03-30 11:18:16 +03:00
2015-04-02 10:27:38 +03:00
2015-02-19 16:58:54 +02:00
2015-02-19 16:58:54 +02:00
2015-03-11 14:45:43 +02:00
2015-03-15 20:18:17 +02:00
2015-03-31 17:35:40 +03:00
2015-03-31 17:35:40 +03:00
2015-03-03 14:58:58 +02:00
2015-03-31 17:35:40 +03:00
2015-03-24 10:12:47 +02:00
2015-03-16 10:02:06 +02:00