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 
 
Documentation unclear, incomplete, broken or wrong? Let us know