More documentation improvements.
[pyutils.git] / src / pyutils / state_tracker.py
index ce2e6c846221c24654b29539bf873ce3a76539e0..90580f2d5977fd95abaabdad3e2f3f32558ecd22 100644 (file)
@@ -10,6 +10,8 @@ and represent some state that dynamically changes and must be updated
 periodically.  These classes update their state (either automatically
 or when invoked to poll) and allow their callers to wait on state
 changes.
+
+See also :class:`pyutils.parallelize.thread_utils.periodically_invoke`
 """
 
 import datetime