Skip to content

Commit

Permalink
fix: incomplete write
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Jan 16, 2024
1 parent 8aed1e4 commit 70b93fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gojob.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ func (s *Scheduler) Start() {

func (s *Scheduler) Wait() {
s.WaitGroup.Wait()
close(s.WriterChan)
}

func (s *Scheduler) Worker() chan string {
Expand Down

0 comments on commit 70b93fd

Please sign in to comment.