<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cl-wait-group/src, branch master</title>
<subtitle>Block waiting for jobs to finish</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/cl-wait-group/'/>
<entry>
<title>Add license (MPL 2.0)</title>
<updated>2021-02-14T06:17:08+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-14T06:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/cl-wait-group/commit/?id=bb3b8e4872de08d55dd19b662e66dd16b1d08b02'/>
<id>bb3b8e4872de08d55dd19b662e66dd16b1d08b02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a usage example</title>
<updated>2021-02-14T04:42:59+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-14T04:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/cl-wait-group/commit/?id=81dc08f5cad9a2aaeb92b534dfa7c404e438a9cd'/>
<id>81dc08f5cad9a2aaeb92b534dfa7c404e438a9cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation</title>
<updated>2021-02-14T02:34:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-14T02:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/cl-wait-group/commit/?id=f3dce6e965a5cf2498ffdc59e00697ee663cf6d2'/>
<id>f3dce6e965a5cf2498ffdc59e00697ee663cf6d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decided I don't need a `wg:clear` function</title>
<updated>2021-02-14T00:54:05+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-14T00:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/cl-wait-group/commit/?id=27e25ad7dc7e8d46d8083c18887a01442044b9dc'/>
<id>27e25ad7dc7e8d46d8083c18887a01442044b9dc</id>
<content type='text'>
It works find with just `done`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It works find with just `done`.
</pre>
</div>
</content>
</entry>
<entry>
<title>wait: Exit when `&lt;= 0` instead of `= 0`</title>
<updated>2021-02-06T19:39:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-06T19:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/cl-wait-group/commit/?id=c65f9d8f92f944f8bb7a1e87e67fa9a3db85ddf7'/>
<id>c65f9d8f92f944f8bb7a1e87e67fa9a3db85ddf7</id>
<content type='text'>
Just in case the counter becomes negative before the loop condition
runs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just in case the counter becomes negative before the loop condition
runs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `print-object` on `wait-group`</title>
<updated>2021-02-06T18:13:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-06T18:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/cl-wait-group/commit/?id=f650f5b9bf78270c8ab7ebb26ae411ba6c8d7589'/>
<id>f650f5b9bf78270c8ab7ebb26ae411ba6c8d7589</id>
<content type='text'>
Print the object including the `counter` slot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Print the object including the `counter` slot.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation tasks</title>
<updated>2021-02-06T17:27:33+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-06T17:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/cl-wait-group/commit/?id=dc5f0fd9a8501b5c3a611f84c452aa858c2ad29a'/>
<id>dc5f0fd9a8501b5c3a611f84c452aa858c2ad29a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define a library for Go-style wait groups</title>
<updated>2021-01-31T18:50:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-01-31T18:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/cl-wait-group/commit/?id=dc2fc9f2cd69422c720daaa531d1bdb9a6bde0e5'/>
<id>dc2fc9f2cd69422c720daaa531d1bdb9a6bde0e5</id>
<content type='text'>
Define a data structure and methods to represent a Go-style wait group,
similar to `sync.WaitGroup` (except single-threaded).

Implements a similar interface. Calling `wait` blocks until the wait
group's internal counter gets to 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define a data structure and methods to represent a Go-style wait group,
similar to `sync.WaitGroup` (except single-threaded).

Implements a similar interface. Calling `wait` blocks until the wait
group's internal counter gets to 0.
</pre>
</div>
</content>
</entry>
</feed>
