DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

Fix and test spawn_forever #2216

Closed ealmloff closed 3 months ago

ealmloff commented 3 months ago

This PR fixes spawn forever by spawning the future in the root scope. This may result in unexpected behavior with global APIs which are now documented. It also adds a test to prevent future regressions

Fixes #2215