mirror of
https://github.com/harness/drone.git
synced 2025-05-18 18:09:56 +08:00
Merge pull request #1632 from gaocegege/fix-typo
fix a typo in queue.go [CI SKIP]
This commit is contained in:
commit
06decc1d4d
@ -44,7 +44,7 @@ func Remove(c context.Context, w *Work) error {
|
||||
return FromContext(c).Remove(w)
|
||||
}
|
||||
|
||||
// PullClose retrieves and removes the head of this queue,
|
||||
// Pull retrieves and removes the head of this queue,
|
||||
// waiting if necessary until work becomes available.
|
||||
func Pull(c context.Context) *Work {
|
||||
return FromContext(c).Pull()
|
||||
|
Loading…
Reference in New Issue
Block a user