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 noticed that closing a window closes the entire thread, how can i make it so that the program continues after the window is closed?
im not able to run iced on another thread besides the main thread as i get this when i try:
Initializing the event loop outside of the main thread is a significant cross-platform compatibility hazard. If you really, absolutely need to create an EventLoop
on a different thread, please use the `EventLoopExtWindows::new_any_thread`
i'd also like to point out that there is a problem with sharing COMs on certain threads. for example in one of my programs my main function calls CPAL's audio thread before starting my iced GUI, but im given an error about different COM modes. I have to get to a math assignment right now so i will post about the COM problem later. thanks!
The text was updated successfully, but these errors were encountered:
i noticed that closing a window closes the entire thread, how can i make it so that the program continues after the window is closed?
im not able to run iced on another thread besides the main thread as i get this when i try:
i'd also like to point out that there is a problem with sharing COMs on certain threads. for example in one of my programs my main function calls CPAL's audio thread before starting my iced GUI, but im given an error about different COM modes. I have to get to a math assignment right now so i will post about the COM problem later. thanks!
The text was updated successfully, but these errors were encountered: