summaryrefslogtreecommitdiff
path: root/crates/tor-memquota/src/internal_prelude.rs
Commit message (Expand)AuthorAgeFilesLines
* Move stream_peek into tor-async-utilsJim Newsome2024-08-291-1/+3
* Remove NoopWaker; use futures::task::noop_waker_ref insteadJim Newsome2024-08-271-2/+2
* byte_qty: Move to tor-basic-utilsIan Jackson2024-08-271-3/+3
* byte_qty: Rename Qty to ByteQty and make it pubIan Jackson2024-08-271-1/+1
* byte_qty: Move Qty into its own module, byte_qty.Ian Jackson2024-08-271-1/+2
* tor-memquota: Introduce IfEnabled and EnabledTokenIan Jackson2024-08-191-0/+1
* tor-memquota: mq_queue: Provide `new` constructors for SpecsIan Jackson2024-08-151-1/+1
* tor-memquota: Add mq_queue, memory-quota-tracking (MPSC) queueIan Jackson2024-08-151-3/+5
* tor-memquota: Add a Sealed traitIan Jackson2024-08-151-0/+1
* tor-memquota: Provide StreamUnobtrusivePeekerIan Jackson2024-07-241-2/+4
* tor-memquota: memory_cost: New trait and typed wrappersIan Jackson2024-07-241-0/+1
* Rename tor-memtrack to tor-memquotaIan Jackson2024-04-291-0/+63