Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladimir Barsukov
zGo
Commits
086a1db2
Commit
086a1db2
authored
Nov 18, 2023
by
Vladimir Barsukov
Browse files
fix
parent
42ac34aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
zq/zq.go
View file @
086a1db2
...
...
@@ -117,6 +117,13 @@ func (q *ZQ) AddJob(a any) error {
return
nil
}
func
(
q
*
ZQ
)
AddJobForce
(
a
any
)
error
{
q
.
ZQuit
.
Inc
()
q
.
jobs
<-
a
return
nil
}
func
(
q
*
ZQ
)
Wait
()
{
q
.
ZQuit
.
Wait
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment