Open T4rk1n opened 2 months ago
Add a default background manager using diskcache, would write to ~/.cache/dash/${hash_of_app_directory}/ on linux or the appdata folder on windows.
~/.cache/dash/${hash_of_app_directory}/
This would allow to use @callback(..., background=True) without having to setup anything.
@callback(..., background=True)
Add a default background manager using diskcache, would write to
~/.cache/dash/${hash_of_app_directory}/
on linux or the appdata folder on windows.This would allow to use
@callback(..., background=True)
without having to setup anything.