Skip to main content

drain_dropped_keys

Function drain_dropped_keys 

Source
pub fn drain_dropped_keys(namespace: &str) -> Vec<String>
Expand description

Take every pending drop notification for namespace, leaving the rest.

Scoped by namespace so two extensions in one process cannot swallow each other’s notifications.