Static PENDING

Source
static PENDING: LazyLock<Mutex<BTreeMap<Uuid, JoinHandle<()>>>>
Expand description

The global list of handles to tables in the prepared state, pending creation.

Will be used to cancel the deletion tasks whenever the creation is successful.