Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglimingcn committed May 16, 2022
1 parent 4127860 commit f6066f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bthread/task_group_inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ inline void TaskGroup::exchange(TaskGroup** pg, bthread_t next_tid) {
if (g->is_current_pthread_task()) {
return g->ready_to_run(next_tid);
}
ReadyToRunArgs args = {g->current_tid(), false};
ReadyToRunArgs args = { g->current_tid(), false };
g->set_remained((g->current_task()->about_to_quit
? ready_to_run_in_worker_ignoresignal
: ready_to_run_in_worker),
Expand Down

0 comments on commit f6066f6

Please sign in to comment.