summaryrefslogtreecommitdiff
path: root/crates/tor-memquota/src/mq_queue.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove NoopWaker; use futures::task::noop_waker_ref insteadJim Newsome2024-08-271-3/+2
* Merge branch 'peekable-poll-set' into 'main'Jim Newsome2024-08-211-0/+2
|\
| * StreamUnobtrusivePeeker: implement PeekableStream and UnobtrusivePeekableStreamJim Newsome2024-08-211-0/+2
* | tor-memquota: Pass EnabledToken to HasMemoryCost methodIan Jackson2024-08-191-7/+9
* | tor-memquota: Pass EnabledToken to IsParticipant methodsIan Jackson2024-08-191-2/+2
* | tor-memquota: Allow memory tracking to be compiled outIan Jackson2024-08-191-2/+9
|/
* tor-memquota: mq_queue: tests: Replace eprintln with debugIan Jackson2024-08-151-1/+1
* tor-memquota: mq_queue: tests: fill_and_empty: check balanceIan Jackson2024-08-151-0/+3
* tor-memquota: mq_queue: tests: break out check_zero_claimed and fix bugIan Jackson2024-08-151-1/+17
* tor-memquota: mq_queue: impl Default for MpscUnboundedSpecIan Jackson2024-08-151-1/+1
* tor-memquota: mq_queue: Provide `new` constructors for SpecsIan Jackson2024-08-151-2/+7
* tor-memquota: mq_queue: Fix doc for `MpscSpec`Ian Jackson2024-08-151-2/+2
* tor-memquota: mq_queue: Rename Mpsc to MpscSpecIan Jackson2024-08-151-12/+12
* tor-memquota: mq_queue: Add a caveat about faithfulness/accuracyIan Jackson2024-08-151-0/+14
* tor-memquota: Rename mby test helper fn to mbytesIan Jackson2024-08-151-1/+1
* tor-memquota: mq_queue: Call mpsc::Receiver::close in our rx DropIan Jackson2024-08-151-0/+27
* tor-memquota: mq_queue: Add fill_and_empty testIan Jackson2024-08-151-0/+23
* tor-memquota: Add blank lines before fns except in testsIan Jackson2024-08-151-0/+6
* tor-memquota: Fix typosIan Jackson2024-08-151-3/+3
* tor-memquota: Add mq_queue, memory-quota-tracking (MPSC) queue (tests)Ian Jackson2024-08-151-0/+179
* tor-memquota: Add mq_queue, memory-quota-tracking (MPSC) queueIan Jackson2024-08-151-0/+500