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
Please consider offering an optional API through which the client supplies I/O methods that do the actual console I/O.
Such an API would make testing easier.
An async wrapper could use this API to act as a conduit for reads and writes to the console. I’ve written an async wrapper. It works pretty well, but there are tricky situations where being involved in the actual reads and writes would help.
The text was updated successfully, but these errors were encountered:
Please consider offering an optional API through which the client supplies I/O methods that do the actual console I/O.
The text was updated successfully, but these errors were encountered: