From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: [PATCH 0/2] fix listener teardown and loader cancellation
Date: Wed, 9 Sep 2026 03:01:11 +0200 [thread overview]
Message-ID: <20260909010400.684482-1-t.lamprecht@proxmox.com> (raw)
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
next reply other threads:[~2026-09-09 1:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-09 1:01 Thomas Lamprecht [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260909010400.684482-1-t.lamprecht@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=yew-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.