19 _operand_cache(operand->load())
21 _operand_callback = _operand->subscribe([
this]() {
22 ttlet old_value = this->
load();
25 _operand_cache = _operand->load();
27 ttlet new_value = this->
load();
35 typename operand_type::callback_ptr_type _operand_callback;