Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mihail Stoykov <312246+mstoykov@users.noreply.github.com>
  • Loading branch information
na-- and mstoykov authored Dec 13, 2023
1 parent 74dda8c commit 6254df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Controller interface {
// called with that ID), the given callback is called and its result and
// error are saved for the ID and returned for all other calls with it.
//
// This is an atomic function, so any calls to it while the callback is
// This is an atomic and single-flight function, so any calls to it while the callback is
// being executed the the same ID will wait for the first call to to finish
// and receive its result.
//
Expand Down

0 comments on commit 6254df9

Please sign in to comment.