tag:github.com,2008:https://github.com/gammazero/workerpool/releases Release notes from workerpool 2022-08-12T18:49:30Z tag:github.com,2008:Repository/59030162/v1.1.3 2022-08-12T18:51:27Z v1.1.3 <h2>What's Changed</h2> <ul> <li>Fix tests not working with goleak</li> <li>Use sync.WaitGroup to ensure that all workers exit before Stop exits</li> <li>perf: unify startWorker and worker to spawn less goroutines</li> <li>make it work with deque0.2 and go 1.18</li> <li>Task queue does not need to be buffered by</li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Wondertan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Wondertan">@Wondertan</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1227986360" data-permission-text="Title is private" data-url="https://github.com/gammazero/workerpool/issues/59" data-hovercard-type="pull_request" data-hovercard-url="/gammazero/workerpool/pull/59/hovercard" href="https://github.com/gammazero/workerpool/pull/59">#59</a></li> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/yulin-li/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/yulin-li">@yulin-li</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1264273680" data-permission-text="Title is private" data-url="https://github.com/gammazero/workerpool/issues/64" data-hovercard-type="pull_request" data-hovercard-url="/gammazero/workerpool/pull/64/hovercard" href="https://github.com/gammazero/workerpool/pull/64">#64</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/gammazero/workerpool/compare/v1.1.2...v1.1.3"><tt>v1.1.2...v1.1.3</tt></a></p> gammazero tag:github.com,2008:Repository/59030162/v1.1.2 2021-05-08T23:56:33Z v1.1.2 No content. gammazero tag:github.com,2008:Repository/59030162/v1.1.1 2020-10-13T01:29:30Z v1.1.1 <p>Fixed broken unit test</p> gammazero tag:github.com,2008:Repository/59030162/v1.1.0 2020-10-12T18:57:50Z v1.1.0 <p>Adds ability to pause task execution while still allowing new tasks to be queued.</p> gammazero tag:github.com,2008:Repository/59030162/v1.0.0 2020-07-20T16:39:44Z v1.0.0 <p>Initial production release</p> gammazero