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
I've been using abscissa in several apps in a large workspace with other non-abscissa apps. I'd like to use the status.rs in those other apps, or in common libraries. This means instantiating Streams before using status_info! directly in the non-abscissa module.
However that means abscissa apps will fail with "terminal streams already initialized!". Would be nice if status didn't have a panic when the terminal is already initialized, or perhaps reusing.
I've been using abscissa in several apps in a large workspace with other non-abscissa apps. I'd like to use the status.rs in those other apps, or in common libraries. This means instantiating
Streams
before usingstatus_info!
directly in the non-abscissa module.However that means abscissa apps will fail with "terminal streams already initialized!". Would be nice if status didn't have a panic when the terminal is already initialized, or perhaps reusing.
abscissa/core/src/terminal.rs
Lines 17 to 22 in 6630727
The text was updated successfully, but these errors were encountered: