summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils/src/sink_try_send.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-async-utils: SinkTrySend: Fix a doc commentIan Jackson2024-10-021-1/+1
* tor-async-utils: Avoid needless nesting of ErasedSinkTrySendErrorIan Jackson2024-10-011-1/+22
* tor-async-utils: Provide tests for ErasedSinkTrySendErrorIan Jackson2024-10-011-0/+67
* tor-async-utils: Implement SinkTrySend for mpsc::SenderIan Jackson2024-10-011-0/+137
* tor-async-utils: Provide new SinkTrySend traitIan Jackson2024-10-011-0/+54