Skip to content

Commit

Permalink
WIP fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1 committed Oct 7, 2023
1 parent 303d24b commit 4a085d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thread_pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -2464,8 +2464,8 @@ rb_thread_wakeup_timer_thread(int sig)
// wakeup timer thread
timer_thread_wakeup_force();

// interrupt main thread if main thread is available
if (system_working) {
// interrupt main thread
rb_vm_t *vm = GET_VM();
rb_thread_t *main_th = vm->ractor.main_thread;

Expand Down

0 comments on commit 4a085d4

Please sign in to comment.