Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
[ci skip-build-wheels]
  • Loading branch information
Tom Dyas committed Sep 26, 2022
1 parent 409ff42 commit 1f596ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rust/engine/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ impl Session {
}
}

/// Returns a Vec of futures representing an asynchronous "tail" task that should not block
/// individual nodes in the build graph but should block (up to a configurable timeout)
/// ending this `Session`.
/// Return a reference to `TailTasks` for this session which monitors tasks representing
/// asynchronous "tail" tasks that should not block individual nodes in the build graph but
/// should block the ending of this `Session` (when the `.wait` method is called).
pub fn tail_tasks(&self) -> TailTasks {
self.state.tail_tasks.clone()
}
Expand Down

0 comments on commit 1f596ce

Please sign in to comment.