.. |
mpsc
|
c444e50b8d
fix(mpsc): ensure un-received messages are dropped (#29)
|
3 年 前 |
thingbuf
|
23f4c96fa4
perf(mspc): replace bad VecDeque wait queue with intrusive list (#16)
|
3 年 前 |
util
|
5b17c184b0
feat(mpsc): add support for statically-allocated MPSC channels (#23)
|
3 年 前 |
wait
|
c444e50b8d
fix(mpsc): ensure un-received messages are dropped (#29)
|
3 年 前 |
lib.rs
|
c444e50b8d
fix(mpsc): ensure un-received messages are dropped (#29)
|
3 年 前 |
loom.rs
|
a2a52c933e
test(loom): fix missing `LOOM_LOG=trace` logs
|
3 年 前 |
macros.rs
|
c58c620096
fix(mpsc): fix a deadlock in async send_ref (#20)
|
3 年 前 |
mpsc.rs
|
5b17c184b0
feat(mpsc): add support for statically-allocated MPSC channels (#23)
|
3 年 前 |
static_thingbuf.rs
|
c444e50b8d
fix(mpsc): ensure un-received messages are dropped (#29)
|
3 年 前 |
stringbuf.rs
|
5e749ccc91
feat(mpsc): make errors more like other mpscs (#5)
|
3 年 前 |
thingbuf.rs
|
c444e50b8d
fix(mpsc): ensure un-received messages are dropped (#29)
|
3 年 前 |
util.rs
|
8c882b0f40
perf(mpsc): rewrite and optimize wait queue (#22)
|
3 年 前 |
wait.rs
|
8c882b0f40
perf(mpsc): rewrite and optimize wait queue (#22)
|
3 年 前 |