MCPcopy Create free account
hub / github.com/brmmm3/fastthreadpool / TimerObj

Class TimerObj

fastthreadpool/fastthreadpool.py:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132class TimerObj(object):
133
134 def __init__(self):
135 self.old_timer_id = None # Old timer id
136 self.timer_id = None
137
138
139#c cdef class Pool:

Callers 2

_submit_atMethod · 0.85
_scheduleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected