issues
search
hawkw
/
thingbuf
in-place allocation-reusing queues for Rust
MIT License
287
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Need to enable interrupt for cross-core message passing with RTIC
#94
Erhannis
opened
1 week ago
0
RP2040 missing atomic
#93
Erhannis
opened
2 weeks ago
1
Fixed link typo
#92
Erhannis
opened
2 weeks ago
0
add async <--> blocking "bridge" Fns to async channel
#91
MikeIvanichev
opened
2 weeks ago
1
README.md: fix broken link
#90
spookyvision
opened
1 month ago
0
doc: Explain possible receiver stalling w. SendRef
#89
sgasse
opened
5 months ago
0
Behavior of `SendRef` can surprise the user
#88
sgasse
opened
5 months ago
2
Add the ability to construct StaticChannels with a recycle
#87
Dr-Emann
opened
6 months ago
2
chore: prepare to release v0.1.6
#86
hawkw
closed
6 months ago
0
Fix issue #83: thingbuf hangs when buffer is full
#85
tukan
closed
6 months ago
1
chore: remove `-Zmiri-tag-raw-pointers`
#84
hawkw
closed
7 months ago
0
`thingbuf::mpsc::Sender` hanging up for parallel `try_send_ref` and `send` / `send_ref` from sync thread and async `tokio::task`
#83
sgasse
closed
6 months ago
11
Bursty behavior
#82
FallingSnow
closed
1 year ago
5
Skip slots v2
#81
tukan
closed
7 months ago
4
Skip slots with active reading `Ref`s
#80
tukan
closed
7 months ago
4
feat(blocking::mpsc): add `Sender::send(_ref)_timeout` methods
#79
utkarshgupta137
closed
1 year ago
3
fix(blocking::mpsc): increase durations in doctests
#78
utkarshgupta137
closed
1 year ago
0
chore: prepare to release v0.1.4
#77
hawkw
closed
1 year ago
3
feat(blocking::mpsc): add `Receiver::recv(_ref)_timeout` methods
#76
utkarshgupta137
closed
1 year ago
0
feat(blocking::mpsc): add `Receiver::recv(_ref)_timeout` methods
#75
utkarshgupta137
closed
1 year ago
11
Implement Stream for mpsc::Receiver. Add PollSender.
#74
flxo
opened
1 year ago
3
style: fix `clippy::needless_borrow` lints
#73
hawkw
closed
2 years ago
0
feat(mpsc): add `len`, `capacity`, and `remaining` methods to mpsc
#72
jcrevier
closed
7 months ago
3
Adding `remaining()` and `capacity()` methods to `Sender` and `Receiver`
#71
jcrevier
closed
7 months ago
4
Cancelling existing `SendRef`
#70
aldanor
opened
2 years ago
4
static mpsc should be able to hand out senders after splitting
#69
hawkw
opened
2 years ago
0
README: fix doc links to blocking module
#68
ericseppanen
closed
2 years ago
0
Confusing documentation around single/multi consumer
#67
kvark
closed
2 years ago
1
chore(ci): move CI into one workflow, fix skipping
#66
hawkw
closed
2 years ago
0
test: update loom to 0.5.6
#65
hawkw
closed
1 year ago
0
chore: prepare to release v0.1.3
#64
hawkw
closed
2 years ago
0
chore: add test for mpsc::try_recv_ref, enable some loom tests
#63
name1e5s
closed
2 years ago
1
mpsc: add owned refs
#62
hawkw
opened
2 years ago
1
fix: try_recv_ref should return RecvRef
#61
name1e5s
closed
2 years ago
2
add `try_recv` method for mpsc channels
#60
name1e5s
closed
2 years ago
0
fix: compilation errors with `--no-default-features`
#59
hawkw
closed
2 years ago
0
crate does not compile as no_std
#58
ccbrown
closed
2 years ago
2
Using in tracing?
#56
QnnOkabayashi
closed
2 years ago
0
chore(ci): remove wrong test job that never ran
#55
hawkw
closed
2 years ago
0
`thingbuf` can't compile on macos
#54
guswynn
closed
2 years ago
1
fix(mpsc): compilation error on macOS
#53
hawkw
closed
2 years ago
0
docs: fix up internal RustDoc
#52
hawkw
closed
2 years ago
0
perf: elide bounds checks in release mode
#51
hawkw
closed
2 years ago
0
perf(mpsc): remove panics from wait queue
#50
hawkw
closed
2 years ago
0
test(bench): add benchmarks for no-wait cases
#49
hawkw
closed
2 years ago
0
docs: minor documentation fixes
#48
hawkw
closed
2 years ago
0
chore: miscellaneous pre-release prep
#47
hawkw
closed
2 years ago
0
docs: use real Tokio in async MPSC examples
#46
hawkw
closed
2 years ago
0
feat: add `#[must_use]` to constructors
#45
hawkw
closed
2 years ago
0
docs: temporarily remove MPSC perf comparison
#44
hawkw
closed
2 years ago
0
Next