<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-sync/src/priority_channel.rs, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/'/>
<entry>
<title>Rustfmt for edition 2024.</title>
<updated>2025-10-06T21:19:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-06T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8730a013c395cf0bf4c2fa8eeb7f138288103039'/>
<id>8730a013c395cf0bf4c2fa8eeb7f138288103039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update embassy-sync/src/priority_channel.rs</title>
<updated>2025-07-09T12:31:04+00:00</updated>
<author>
<name>Robin Mueller</name>
<email>31589589+robamu@users.noreply.github.com</email>
</author>
<published>2025-07-09T12:31:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=554fbef571cf9f4692d6361d66f962df926615df'/>
<id>554fbef571cf9f4692d6361d66f962df926615df</id>
<content type='text'>
Co-authored-by: James Munns &lt;james@onevariable.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: James Munns &lt;james@onevariable.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update embassy-sync/src/priority_channel.rs</title>
<updated>2025-07-09T12:28:18+00:00</updated>
<author>
<name>Robin Mueller</name>
<email>31589589+robamu@users.noreply.github.com</email>
</author>
<published>2025-07-09T12:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9892963da946aa896d9387916ee2b5d509b63e3b'/>
<id>9892963da946aa896d9387916ee2b5d509b63e3b</id>
<content type='text'>
Co-authored-by: James Munns &lt;james@onevariable.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: James Munns &lt;james@onevariable.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>some minor documentation fixes</title>
<updated>2025-07-09T12:21:19+00:00</updated>
<author>
<name>Robin Mueller</name>
<email>muellerr@irs.uni-stuttgart.de</email>
</author>
<published>2025-07-09T12:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=42c8379c5a571aa76214cdd73ef05a2c720eeb6e'/>
<id>42c8379c5a571aa76214cdd73ef05a2c720eeb6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for channel peek</title>
<updated>2025-05-28T09:34:57+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-05-28T08:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=042abc805a84d09231174e41edb0e498baaf7295'/>
<id>042abc805a84d09231174e41edb0e498baaf7295</id>
<content type='text'>
Add support for peeking into the front of the channel if the value
implements Clone. This can be useful in single-receiver situations where
you don't want to remove the item from the queue until you've
successfully processed it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for peeking into the front of the channel if the value
implements Clone. This can be useful in single-receiver situations where
you don't want to remove the item from the queue until you've
successfully processed it.
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-sync: fix clear() to wake senders</title>
<updated>2025-01-26T08:23:41+00:00</updated>
<author>
<name>ibuki2003</name>
<email>main@fuwa.dev</email>
</author>
<published>2025-01-26T08:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e2ddba92f7f3f9e64da10e8351e335989f388109'/>
<id>e2ddba92f7f3f9e64da10e8351e335989f388109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove from sender</title>
<updated>2025-01-20T07:51:59+00:00</updated>
<author>
<name>Bronson</name>
<email>bronsonmathews@gmail.com</email>
</author>
<published>2024-12-14T03:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c65b6db318da7ecbe888a0a66b85d9ffb28106f0'/>
<id>c65b6db318da7ecbe888a0a66b85d9ffb28106f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added remove_if to priority channel</title>
<updated>2025-01-20T07:51:59+00:00</updated>
<author>
<name>Bronson</name>
<email>bronsonmathews@gmail.com</email>
</author>
<published>2024-11-11T08:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9f451c7f411d742d8e7c1c3a00c0fb864f14d46c'/>
<id>9f451c7f411d742d8e7c1c3a00c0fb864f14d46c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add capacity, free_capacity, clear, len, is_empty and is_full functions to priority_channel::{Sender, Receiver}</title>
<updated>2024-10-07T15:35:11+00:00</updated>
<author>
<name>Oliver Rockstedt</name>
<email>info@sourcebox.de</email>
</author>
<published>2024-10-07T15:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2704ac3d289650173b60e1a29d70e8903bea4cf1'/>
<id>2704ac3d289650173b60e1a29d70e8903bea4cf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-sync: Add clear function to all channels</title>
<updated>2024-05-22T12:54:09+00:00</updated>
<author>
<name>Oliver Rockstedt</name>
<email>info@sourcebox.de</email>
</author>
<published>2024-05-22T12:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=bbeba7f014b383568e999650f0d954a33955ce73'/>
<id>bbeba7f014b383568e999650f0d954a33955ce73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
