Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ruby/end2end/prefork_loop_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def main
end
end

main
main
2 changes: 1 addition & 1 deletion src/ruby/ext/grpc/rb_channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ void grpc_rb_channel_polling_thread_start() {
&stop_waiting_for_thread_start,
wait_until_channel_polling_thread_started_unblocking_func,
&stop_waiting_for_thread_start);
}
}

void grpc_rb_channel_polling_thread_stop() {
if (!RTEST(g_channel_polling_thread)) {
Expand Down