SIGN IN SIGN UP

Add support in SSHProcess redirection for async file I/O objects

This commit adds support in SSHProcess for I/O redirection to file
objects that implement read(), write(), and close() as coroutines,
such as the "aiofiles" package. In such cases, AsyncSSH will
automatically detect that it needs to make async calls to these
methods to perform I/O.
R
Ron Frederick committed
85977f6700f54b18bbf34a045f33c35a4fa540cf
Parent: 2f7a901