Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kelbon committed Feb 28, 2024
1 parent 92b3e85 commit 6a1f580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/operation_hash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct KELCORO_CO_AWAIT_REQUIRED op_hash_t {
}
template <typename P>
constexpr bool await_suspend(std::coroutine_handle<P> handle) noexcept {
calculate_operation_hash(handle);
hash = calculate_operation_hash(handle);
return false;
}
constexpr operation_hash_t await_resume() noexcept {
Expand Down

0 comments on commit 6a1f580

Please sign in to comment.