Skip to content

Commit

Permalink
pkg/routine: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
monstermunchkin committed Dec 4, 2024
1 parent 86ea614 commit 6ef667c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/routine/routine.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ func RunNamed(parentCtx context.Context, name string, routine func(context.Conte
return Run(parentCtx, routine)
}

// Run runs the given function in a new background context. The new context
// inherits the logger and oauth2 authentication of the parent context. Panics
// Run runs the given function in a new background context. Panics
// thrown in the function are logged and sent to sentry. The routines context is
// canceled if the program receives a shutdown signal (SIGINT, SIGTERM), if the
// returned CancelFunc is called, or if the routine returned.
Expand Down

0 comments on commit 6ef667c

Please sign in to comment.