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
Currently, we use push_ireator instead of a formal state machine.
It will allow us to switch to asynchronous I/O.
According to this post, we may use async-std instead of Tokyo. To avoid dependencies, we can split the project to two parts: a library and CLI. CLI will depend on async-std.
The text was updated successfully, but these errors were encountered:
sergey-shandar
changed the title
Split the program to a state machine
Split the program to state machines
Oct 13, 2023
Currently, we use
push_ireator
instead of a formal state machine.It will allow us to switch to asynchronous I/O.
According to this post, we may use
async-std
instead of Tokyo. To avoid dependencies, we can split the project to two parts: a library and CLI. CLI will depend onasync-std
.The text was updated successfully, but these errors were encountered: