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
In the process, tuify itself may need to be made async, since it is currently sync. This will require the creation of a new terminal_async friendly tuify that may need to be built. I would just make this a separate crate called r3bl_tuify_async or something. Or consider adding an async feature flag in the r3bl_tuify crate which loads the async variant or the sync variant, but not both.
The text was updated successfully, but these errors were encountered:
tuify sync and async variants
In the process, tuify itself may need to be made async, since it is currently sync. This will require the creation of a new terminal_async friendly tuify that may need to be built. I would just make this a separate crate called r3bl_tuify_async or something. Or consider adding an async feature flag in the r3bl_tuify crate which loads the async variant or the sync variant, but not both.
The text was updated successfully, but these errors were encountered: