Files
scylladb/core
Avi Kivity c4bc67414e future: add then_wrapped()
Unlike future::then(), which unwraps the value, then_wrapped() keeps it
wrapped in a future<>, so if it is exceptional, it can still be accessed.

This is similar to the proposed std::future::then(), so we should later
rename it to match (and rename the existing future::then() to future::next().
2014-10-30 13:55:31 +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-10-02 14:32:32 +03:00
2014-10-30 13:55:31 +02:00
2014-10-23 15:59:52 +03:00
2014-10-13 15:51:43 +03:00
2014-09-10 13:44:46 +03:00
2014-10-22 18:51:55 +03:00
2014-10-21 16:58:35 +02:00