提交历史

作者 SHA1 备注 提交日期
  Eliza Weisman 463d542395 docs: temporarily remove MPSC perf comparison (#44) 3 年之前
  Eliza Weisman 3137b85e0d feat(mpsc): stick errors in their own module 3 年之前
  Eliza Weisman b6527a8609 docs: document all un-documented APIs (#39) 3 年之前
  Eliza Weisman 9e2f543297 chore: adopt Rust 1.57.0 as MSRV (#38) 3 年之前
  Eliza Weisman 54e5353430 feat(recycling): add customizable recycling policies (#33) 3 年之前
  Eliza Weisman b21895a450 start on recycling policy 3 年之前
  Eliza Weisman c444e50b8d fix(mpsc): ensure un-received messages are dropped (#29) 3 年之前
  Eliza Weisman 07489d5f1a docs(ThingBuf): queue types docs & API polish (#28) 3 年之前
  Eliza Weisman ccc7043745 docs: additional documentation (#27) 3 年之前
  Eliza Weisman bef32c8af8 docs: performance analysis/misc docs work (#24) 3 年之前
  Eliza Weisman 63825e6c53 refac: remove special empty state from slots (#25) 3 年之前
  Eliza Weisman 5b17c184b0 feat(mpsc): add support for statically-allocated MPSC channels (#23) 3 年之前
  Eliza Weisman 8c882b0f40 perf(mpsc): rewrite and optimize wait queue (#22) 3 年之前
  Eliza Weisman c58c620096 fix(mpsc): fix a deadlock in async send_ref (#20) 3 年之前
  Eliza Weisman e8f7107ba0 docs: a bunch of internal implementation docs (#18) 3 年之前
  Eliza Weisman 23f4c96fa4 perf(mspc): replace bad VecDeque wait queue with intrusive list (#16) 3 年之前
  Eliza Weisman c794c06c85 test(bench): benchmarks for waiting/blocking send (#15) 3 年之前
  Eliza Weisman 6ebfe7b8fd feat: add `Deref` and `DerefMut` impls to `Ref` types (#13) 3 年之前
  Eliza Weisman e27852dd63 chore(ci): split loom tests into separate CI jobs (#10) 3 年之前
  Eliza Weisman 76df064cbf feat(mpsc): add waiting `send`/`send_ref` (#7) 3 年之前
  Eliza Weisman 5e749ccc91 feat(mpsc): make errors more like other mpscs (#5) 3 年之前
  Eliza Weisman caab6b2354 fix(ThingBuf): fix backwards subtraction in `len` 3 年之前
  Eliza Weisman 1c28c84fdc feat(mpsc): initial sync and async channel APIs (#2) 3 年之前
  Eliza Weisman 3b23f8583b feat(thingbuf): add `no_std` compatible `StaticThingBuf` (#1) 3 年之前
  Eliza Weisman e47cd7dc80 feat(thingbuf): hahahaha static storage works 3 年之前
  Eliza Weisman 7efe99503f refac: move utils to utils 3 年之前
  Eliza Weisman 03ea32dfd7 test: test debugging improvements 3 年之前
  Eliza Weisman 9192c60385 feat(ThingBuf): add `pop_with` and `push_with` 3 年之前
  Eliza Weisman 0e53279cc2 fix(ThingBuf): fix wrong increment in pop 3 年之前
  Eliza Weisman 856c1f6c93 feat(StringBuf): add `StringBuf` type 3 年之前