Files
scylladb/core
Tomasz Grabiec a232b7e6c5 core: Use futurize<> to unify future::then() specializations
As a side benefit, returning non-void non-future is now allowed:

 future<int> x() {
     return later().then([] {
         return 3;
     });
 }
2015-03-06 11:35:56 +01:00
..
2015-03-01 15:29:13 +02:00
2015-02-19 16:58:54 +02:00
2015-02-19 16:58:54 +02:00
2015-03-03 14:58:58 +02:00
2015-03-04 17:40:58 +02:00