diff options
Diffstat (limited to 'crates/shirabe/src/event_dispatcher/event_dispatcher.rs')
| -rw-r--r-- | crates/shirabe/src/event_dispatcher/event_dispatcher.rs | 6 |
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)>, |
