Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
save
Browse files Browse the repository at this point in the history
ryoqun committed Sep 16, 2024
1 parent ccfa8eb commit dd99d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unified-scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1343,6 +1343,7 @@ impl<S: SpawnableScheduler<TH>, TH: TaskHandler> ThreadManager<S, TH> {
sleepless_testing::at(CheckPoint::NewTask(task.task_index()));
if let Some(task) = state_machine.schedule_task(task) {
if !session_pausing {
//runnable_task_sender.send_aux_payload(task).unwrap();
runnable_task_sender.send_payload(task).unwrap();
"sc_i_task"
} else {

0 comments on commit dd99d9c

Please sign in to comment.