Skip to main content

Module cdp_session

Module cdp_session 

Source
Expand description

Lock-free CDP JSON-RPC session over the Spider WebSocket transport.

Structsยง

CDPSession
Lock-free CDP session using DashMap for pending responses and events, ArcSwap for the session ID, and atomics for the ID counter.