dioxus/packages/generational-box/tests
Evan Almloff baf5a95cae
Fix cloned rsx double drop (#2839)
* Implement Rc generational pointers

* Clean up error handling a bit

* start adding tests

* Simplify a few types

* Separate Rc and normal generational boxes

* Add tests for rc drop and read

* Move over the pointer instead of the data in ReadOnlySignal props

* Fix panic on ref drop and release mode builds

* final rc signal cleanup

* use rc generational boxes for event handlers as well

* add a regression test for read only signal cloning

* merge main

---------

Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-10-14 09:23:09 -07:00
..
basic.rs Pre-release 0.6.0-alpha.0 (#2755) 2024-07-31 22:37:39 -05:00
errors.rs Fix generation race condition with sync storage (#2638) 2024-07-23 10:30:57 -07:00
reference_counting.rs Fix cloned rsx double drop (#2839) 2024-10-14 09:23:09 -07:00
reused.rs Pre-release 0.6.0-alpha.0 (#2755) 2024-07-31 22:37:39 -05:00
sync.rs Fix generation race condition with sync storage (#2638) 2024-07-23 10:30:57 -07:00