public inbox for yew-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH 0/2] fix listener teardown and loader cancellation
@ 2026-09-09  1:01 Thomas Lamprecht
  2026-09-09  1:01 ` [PATCH 1/2] shared state: avoid borrow panics when removing listeners Thomas Lamprecht
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Lamprecht @ 2026-09-09  1:01 UTC (permalink / raw)
  To: yew-devel

Fix borrow panics during listener removal and correct Loader request
accounting and cancellation on last-owner drop.

Thomas Lamprecht (2):
  shared state: avoid borrow panics when removing listeners
  loader: fix stuck loading state and cancel loads without owners

 src/async_abort_guard.rs  |  22 +-
 src/state/loader.rs       | 144 +++++++++----
 src/state/loader/tests.rs | 430 ++++++++++++++++++++++++++++++++++++++
 src/state/shared_state.rs |  35 +++-
 4 files changed, 581 insertions(+), 50 deletions(-)
 create mode 100644 src/state/loader/tests.rs

-- 
2.47.3





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-09-09  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09  1:01 [PATCH 0/2] fix listener teardown and loader cancellation Thomas Lamprecht
2026-09-09  1:01 ` [PATCH 1/2] shared state: avoid borrow panics when removing listeners Thomas Lamprecht
2026-09-09  1:01 ` [PATCH 2/2] loader: fix stuck loading state and cancel loads without owners Thomas Lamprecht
2026-09-09  8:24 ` applied: [PATCH 0/2] fix listener teardown and loader cancellation Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal