This commit is contained in:
Benoit Daloze 2020-09-18 11:11:47 +02:00
Родитель 5bb5e706f1
Коммит af1926e859
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,7 @@ sync_wakeup(struct list_head *head, long max)
}
if (cur->th->status != THREAD_KILLED) {
if (cur->th->scheduler != Qnil) {
if (cur->th->scheduler == Qnil) {
rb_threadptr_interrupt(cur->th);
cur->th->status = THREAD_RUNNABLE;
}