pub type PendingCallbacks = Arc<Mutex<HashMap<String, Sender<String>>>>;Expand description
Map of pending JavaScript eval callbacks, keyed by request ID. Each entry holds a oneshot sender that resolves when the webview returns a result.
Aliased Type§
pub struct PendingCallbacks { /* private fields */ }