aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/compound.rs
Commit message (Expand)AuthorAgeFilesLines
* Add an exception for clippy::arc_with_non_send_sync.Nick Mathewson2023-07-101-0/+1
* rt-compat: Make all the individual runtime traits Clone+Send etc.Ian Jackson2022-06-081-0/+11
* tor-rtcompat: make CompoundRuntime handle SleepProviders properlyeta2022-05-101-0/+11
* add udp to runtimetrinity-1686a2022-03-141-11/+39
* Replace manual Clone impl with educe in tor-rtcompatIan Jackson2022-03-021-10/+3
* tor-rtcompat: Provide TLS wrapping for all streamsIan Jackson2022-02-241-3/+2
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-4/+4
* Limit the inner types in tor-rtcompat that have to implement CloneNick Mathewson2022-01-261-1/+10
* Add a CompoundRuntime type for runtime construction.Nick Mathewson2022-01-191-0/+131