mirror of
https://github.com/wassname/cachier.git
synced 2026-09-12 12:10:48 +08:00
Update README.rst
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ This is usefull for lengthy calculations that depend on a dynamic data source.
|
||||
|
||||
Fuzzy Shelf Live
|
||||
~~~~~~~~~~~~~~~~
|
||||
Sometimes you may want your function to trigger a calculation when it encounters a stale result, but still not wait on it if it's not that critical. In that case you can set ``next_time`` to ``True`` to have your function trigger a recalculation *in a separate thread*, but return the currently cached stale value:
|
||||
Sometimes you may want your function to trigger a calculation when it encounters a stale result, but still not wait on it if it's not that critical. In that case you can set ``next_time`` to ``True`` to have your function trigger a recalculation **in a separate thread**, but return the currently cached stale value:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user