Files
scylladb/core
Avi Kivity 4ab36be8c9 reactor: fix pointless allocation in wait_and_process()
wait_and_process() expects an std::function<>, but we pass it a lambda,
forcing it to allocate.

Prepare the sdt::function<> in advance, so it can pass by reference.
2014-12-14 15:58:56 +02:00
..
2014-10-05 18:09:09 +03:00
2014-10-22 16:37:36 +03:00
2014-10-05 19:58:12 +03:00
2014-12-09 10:08:48 +02:00
2014-11-05 11:35:50 +02:00
2014-10-30 14:08:23 +02:00
2014-11-06 10:30:30 +02:00
2014-12-04 13:37:35 +01:00
2014-10-21 16:58:35 +02:00