Please implement async/await in the .NET library

Advertisement

Eduard
Donor
Joined:
Posts:
2

Please implement async/await in the .NET library

WinSCP is really amazing, it's a very great tool, also in code.
But it still should implement the async/await pattern. Because it would be amazing to be able to use it in a non-thread-blocking way, like many modern other libraries do as well.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Please implement async/await in the .NET library

We can consider this. But putting Session class calls into awaitable Task is not that difficult.

Reply with quote

Advertisement

You can post new topics in this forum