data_baseutilsdelete_in_background

delete_in_background

data_base.utils.delete_in_background(key)

Starts a background process that deletes a key

Parameters:

key (pathlib.Path) – The key to be deleted

Returns:

The process that takes care of deletion

Return type:

threading.Thread