A timer that goes off after the a fixed time period. The catch: you need to poll it and provide it the time! Usage: ``` timer = PollTimer(100) # next check will be true at 100 timer.check(90) # False timer.check(110) # True. Next check will go off at 110 + 100 = 210
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected