-
-
Notifications
You must be signed in to change notification settings - Fork 963
Closed
Labels
Description
Connecting to an SSH server is quite time consuming with all the key exchanges etc. I did not find an async version of that function, so was wondering if it was possible to add an async version of that (old school async is fine, as we can then wrap it for task based async). Or is there some reason that function is not async?
For the moment when I need to open multiple connections I do them in separate task threads, so I can run them in parallel.