Skip to content

net: Make AClient Send and Sync

Erik Escher requested to merge portulock/sequoia:send-futures into main

This allows futures with a Keyserver in scope to be Send, allowing them to be used with multithreaded async libraries such as tokio.

Merge request reports