Skip to content

Commit

Permalink
damn boy fix ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason committed Oct 10, 2023
1 parent 689ef6b commit e2cef61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/ipc/inc/public/tfc/ipc/details/impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,7 @@ class slot_callback : public std::enable_shared_from_this<slot_callback<type_des
// clang-format on
last_value_ = std::move(new_value.value());
callback(last_value_.value());
return;
}

register_read(std::forward<decltype(callback)>(callback));
}
void register_read(tfc::stx::invocable<value_t> auto&& callback) {
Expand Down

0 comments on commit e2cef61

Please sign in to comment.