pub async fn install_default_sqlite_backend(
path: impl AsRef<Path>,
) -> Result<Arc<SqliteQueueBackend>, BosonError>Expand description
Install a new SqliteQueueBackend as the process-global default backend.
§Errors
Propagates errors from SqliteQueueBackend::new.