Page MenuHomePhabricator

index: Avoid async shutdown on init error
ClosedPublic

Authored by PiRK on May 17 2023, 14:40.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC04c0b1b85da8: index: Avoid async shutdown on init error
Summary

An async shutdown during init is confusing when a simple boolean return value can be used for a synchronous shutdown.

This is a backport of core#21796

Depends on D13911

Test Plan

ninja all check-all