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.
Lock-free CDP JSON-RPC session over the Spider WebSocket transport.