-
- Downloads
Add a CompoundRuntime type for runtime construction.
This type can solve two problems at once. First, it lets users replace parts of an existing runtime implementation without replacing the whole thing. For example, you can use it to override your TcpProvider implementation to solve problems like #235. Second, we can use it internally to tor-rtcompat to define Runtimes piece-by-piece. Mostly we'll use this to separate our Tls implementations from our implementations of the rest of the Runtime.
parent
9a77b23c
No related branches found
No related tags found
crates/tor-rtcompat/src/compound.rs
0 → 100644
Please register or sign in to comment