pub fn install_global_blocking_pool(
config: BlockingPoolConfig,
) -> Result<(), BlockingError>Expand description
Installs the process-wide blocking pool before the first sync invocation.
ยงErrors
Returns BlockingError::AlreadyConfigured after a pool has already been
installed or initialized.