anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

Improved cycle handling #174

Open anp opened 4 years ago

anp commented 4 years ago

In the GC phase we use try_lock to avoid recursive deadlocks but this is ugly and could hide bugs in the future with accidentally retained lock guards.