X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=src%2Fpyutils%2Fstate_tracker.py;h=90580f2d5977fd95abaabdad3e2f3f32558ecd22;hb=278d163705facc2276cd464414fb490ef6af50ab;hp=ce2e6c846221c24654b29539bf873ce3a76539e0;hpb=c256f84c53368730ee07c26dc29d3a66456501c0;p=pyutils.git diff --git a/src/pyutils/state_tracker.py b/src/pyutils/state_tracker.py index ce2e6c8..90580f2 100644 --- a/src/pyutils/state_tracker.py +++ b/src/pyutils/state_tracker.py @@ -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