Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Oct 4, 2024
1 parent d257eb2 commit 8d51868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ark/src/r_task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ where
return;
}

// Note that this blocks until the channels are initialized,
// even though these are async tasks!
let tasks_tx = if only_idle {
get_tasks_idle_tx()
} else {
Expand Down

0 comments on commit 8d51868

Please sign in to comment.