Skip to main content

SharedPool

Type Alias SharedPool 

Source
pub type SharedPool = Arc<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 */ }