You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
review: doc + borrow-not-clone on worker_transport helpers
- Add method doc on set_distributed_worker_transport explaining what it does
and why an embedder would call it.
- Change get_distributed_worker_transport to return &Arc<dyn WorkerTransport>
so callers (today only WorkerConnectionPool) can decide whether to clone.
0 commit comments