<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-async-utils/src, branch arti-v1.1.7</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-07-10T12:49:51Z</updated>
<entry>
<title>Run maint/add_warning to actually apply new lint allows</title>
<updated>2023-07-10T12:49:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-07-10T11:19:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=473447a82e099fd52a674c28f5bc24b3e05208c0'/>
<id>urn:sha1:473447a82e099fd52a674c28f5bc24b3e05208c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run add_warning to remove `missing_panics_doc` deny.</title>
<updated>2023-07-06T18:32:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-07-06T18:32:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=03f9f9987a7ba42368d82363bef7f569e32ffe2c'/>
<id>urn:sha1:03f9f9987a7ba42368d82363bef7f569e32ffe2c</id>
<content type='text'>
Closes #950.
</content>
</entry>
<entry>
<title>lints: Run maint/add_warning to actually apply new lints</title>
<updated>2023-06-21T11:15:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-21T10:29:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=161b9844dae0aaa2e63bbc77c512d061be6bb390'/>
<id>urn:sha1:161b9844dae0aaa2e63bbc77c512d061be6bb390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>async-utils: Add a SinkExt with a with_fn</title>
<updated>2023-04-19T16:38:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-18T19:44:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a8c800c998272a04ff7ad98ea457a7f35db8572'/>
<id>urn:sha1:8a8c800c998272a04ff7ad98ea457a7f35db8572</id>
<content type='text'>
(This function behaves as `futures::sink::SinkExt::with`, except
that the function that it takes does not return a future.)
</content>
</entry>
<entry>
<title>async-utils: rename sinkext to prepare_send</title>
<updated>2023-04-19T16:38:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-18T19:15:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d54154e520a1e5433499580f70a0eb80a8abedfc'/>
<id>urn:sha1:d54154e520a1e5433499580f70a0eb80a8abedfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>async-utils: rename SinkExt to SinkPrepareExt</title>
<updated>2023-04-19T16:38:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-18T19:05:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5cd5e6a3f8431eab20e43fcdaa4e93d9afc9b729'/>
<id>urn:sha1:5cd5e6a3f8431eab20e43fcdaa4e93d9afc9b729</id>
<content type='text'>
</content>
</entry>
<entry>
<title>JoinReadWrite: Minor docs improvements.</title>
<updated>2023-04-06T10:02:27Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-06T10:02:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4bf42c951cf9edaf2c3e7aa29cc01c5e621b9867'/>
<id>urn:sha1:4bf42c951cf9edaf2c3e7aa29cc01c5e621b9867</id>
<content type='text'>
</content>
</entry>
<entry>
<title>JoinReadWrite: Move the example to the struct</title>
<updated>2023-04-06T10:02:03Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-06T10:02:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fbf1a6d8d4ae89c24defc11b2642dc530f0732d0'/>
<id>urn:sha1:fbf1a6d8d4ae89c24defc11b2642dc530f0732d0</id>
<content type='text'>
This makes it more prominent on the rustdoc page.
</content>
</entry>
<entry>
<title>JoinReadWrite: Discuss using .reunite() or .unsplit()</title>
<updated>2023-04-06T09:58:39Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-06T09:58:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2c87219a0191c281f2eab12ffa98e5af2cc7cdd4'/>
<id>urn:sha1:2c87219a0191c281f2eab12ffa98e5af2cc7cdd4</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1115#note_2894238

And move the "This is the converse" comment to somewhere it actually
appears in public docs.  The module-level docs only appear with
--document-private-items because the modules themselves are private.
</content>
</entry>
<entry>
<title>tor-async-utils: Introduce JoinReadWrite</title>
<updated>2023-04-05T12:34:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-04-05T10:44:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=10f19eaf569f9e9edd641df39715688a2fe8eb87'/>
<id>urn:sha1:10f19eaf569f9e9edd641df39715688a2fe8eb87</id>
<content type='text'>
I wanted one of these for a test stream.  Unaccountably neither
the futures crate, nor tokio, seem to have one!
</content>
</entry>
</feed>
