Skip to content

arti-client: Mark DirProviderBuilder Send+Sync;

Nick Mathewson requested to merge nickm/arti:send_sync_torclientbuilder into main

Doing this causes TorClientBuilder to become Send. I also add a test to ensure that TorClientBuilder remains Send in the future.

This isn't a semver break, but only because DirProviderBuilder is marked with experimental-api.

Closes #924 (closed)

Merge request reports