pub type SharedPool = Arc<Mutex<BrowserPool>>;Expand description
Type alias for shared browser pool.
This is the standard pool type used by the service functions.
Aliased Typeยง
pub struct SharedPool { /* private fields */ }pub type SharedPool = Arc<Mutex<BrowserPool>>;Type alias for shared browser pool.
This is the standard pool type used by the service functions.
pub struct SharedPool { /* private fields */ }