aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/event_dispatcher
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-04 05:39:41 +0900
committernsfisis <nsfisis@gmail.com>2026-08-04 05:56:52 +0900
commitb45e04865df335a9aedbf2bdd5b17353c1598fa5 (patch)
tree076c6eeb6aa06cac8f6b056a86d4f7cb2880a1f0 /crates/shirabe/src/event_dispatcher
parent2cb2f128cffb4e664145c9a8a392b9666d014459 (diff)
downloadphp-shirabe-b45e04865df335a9aedbf2bdd5b17353c1598fa5.tar.gz
php-shirabe-b45e04865df335a9aedbf2bdd5b17353c1598fa5.tar.zst
php-shirabe-b45e04865df335a9aedbf2bdd5b17353c1598fa5.zip
docs: state code facts instead of porting-phase progress
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/src/event_dispatcher')
-rw-r--r--crates/shirabe/src/event_dispatcher/event_dispatcher.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/src/event_dispatcher/event_dispatcher.rs b/crates/shirabe/src/event_dispatcher/event_dispatcher.rs
index 0bfdd7c7..fad6566e 100644
--- a/crates/shirabe/src/event_dispatcher/event_dispatcher.rs
+++ b/crates/shirabe/src/event_dispatcher/event_dispatcher.rs
@@ -1649,9 +1649,9 @@ try {{
/// Rust-side [`ClassLoader`]), and at most one live event handle is exposed per dispatched
/// call.
///
-/// TODO(plugin): this per-call scope stands in for the persistent R table of the plugin
-/// activation milestone; a stub retained by the script beyond the call observes an unknown
-/// handle error instead of the live object.
+/// TODO(plugin): this per-call scope stands in for persistent R-table registration; a stub
+/// retained by the script beyond the call observes an unknown handle error instead of the
+/// live object.
struct ScriptRpcDispatcher<'a> {
loader: Option<ClassLoader>,
event: Option<(u64, &'a dyn EventInterface)>,