Skip to content

Commit

Permalink
Fix that already_waited should be set when finished asynchronous process
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 10, 2024
1 parent 80631b4 commit c88a30e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/ilios/future.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ static VALUE future_result_yielder_synchronize(VALUE future)
} else {
future_result_failure_yield(cassandra_future);
}
cassandra_future->already_waited = true;
return Qnil;
}

Expand Down

0 comments on commit c88a30e

Please sign in to comment.