James Munns
James Munns
I'm not 100% sure this would be a great idea with bbqueue as-is, though it could potentially be possible with the correct cross-process synchronization. I admit to not know what...
@timvisee sure! I have an issue for that already actually: #40 I'd definitely take a PR for this.
Hey @mattico and @timvisee, I'm currently working on the "Next Gen" version of BBQueue with const generics, and I was wondering if you would be okay with the "bring your...
Right now I'm looking at the trait that would abstract over storage, and it seems that I have two options: * Always use `*mut [u8; N]`, which means I can...
So after talking to @dirbaio, I realized a second motivating factor for using the "Cell" approach: This would likely allow for reduction in monomorphization bloat, if you use the the...
Hey! I could implement this, though grants do not do anything when dropped without committing. For example, this would do exactly what you want: ```rust let data_pending = consumer.read().is_ok(); ```...
Hey @buzmeg, is it okay if I close this? Or would you like to see a change to add an `is_empty()` feature, or a docs update to make this more...
I'd definitely appreciate a PR if you have a chance! Otherwise I'll leave this open as a reminder.
This would also help in making this mergable into heapless, CC https://github.com/japaric/heapless/issues/65
CC @korken89, who I think is better at generic shenanigans that I am :)