Files
scylladb/core
Tomasz Grabiec 9816422a67 core: fix SIGSEGV in future::then()
This fixes SIGSEGV which happens when a promise gets resolved and
dies before the callback is registerred via then(). The latter assumes
that _promise must not be nullptr if the state is not resolved
yet. The dying promise should move the resolved state into the
future's local state.
2014-09-22 23:11:13 +03:00
..
2014-09-16 18:48:14 +03:00
2014-09-22 23:11:13 +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