Module launcher_event_bridge
agentmux_
cef
0.38.3
Module launcher_
event_
bridge
Module Items
Structs
Functions
In crate agentmux_
cef
agentmux_cef
Module
launcher_
event_
bridge
Copy item path
Source
Structs
ยง
Dedup
Cache
Phase F.7 host-bridge dedup cache. Bounded FIFO map keyed by
"{event_kind}|{label}|{hwnd}"
โ max version dispatched.
Functions
ยง
dedup_
key
๐
Build the dedup cache key + extract the version for an event. Returns
("{kind}|{label}|{hwnd}", version)
.
dispatch_
to_
renderers
Forward a launcher event to every top-level renderer.
should_
dispatch
๐
Phase F.7 dedup gate. Returns
true
if the event is strictly newer for its key and should be dispatched;
false
if a higher-or-equal version was already sent.