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
For interactive uses, it is recommended to spawn a thread dedicated to user input and use blocking IO directly in that thread.
However, this does not give very many details. There should be an example in the docs of using tokio's stdio for a non-interactive usecase and one that properly uses a dedicated thread for interactive IO.
The text was updated successfully, but these errors were encountered:
The stdin function currently says:
However, this does not give very many details. There should be an example in the docs of using tokio's stdio for a non-interactive usecase and one that properly uses a dedicated thread for interactive IO.
The text was updated successfully, but these errors were encountered: