Files
scylladb/core
Avi Kivity 27d9446f77 future: fix false-positive when a promise tied to a future that lost its state is destroyed
When a promise that still tracks its future is destroyed, but after
future::get() or future::then() was called, the promise thinks it was
destroyed before generating a value, and fails an assertion.

Fix be detaching the promise from the future as soon as get() or then()
remove the value.
2015-06-06 13:47:44 +03:00
..
2015-03-01 15:29:13 +02:00
2015-06-03 20:44:48 +03:00
2015-04-19 10:33:38 +03:00
2015-03-11 14:45:43 +02:00
2015-05-19 19:33:18 +03:00
2015-06-01 11:35:37 +03:00
2015-06-01 11:35:37 +03:00
2015-03-15 20:18:17 +02:00
2015-05-19 19:33:18 +03:00
2015-06-03 20:27:36 +03:00
2015-03-03 14:58:58 +02:00
2015-06-03 20:27:36 +03:00
2015-03-24 10:12:47 +02:00
2015-05-14 11:26:58 +03:00
2015-06-04 20:57:00 +03:00