static PENDING: LazyLock<Mutex<BTreeMap<Uuid, JoinHandle<()>>>>
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.