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

Method submit_at

fastthreadpool/fastthreadpool.py:468–469  ·  view source on GitHub ↗
(self, _runat, interval, fn, *args, **kwargs)

Source from the content-addressed store, hash-verified

466 return timer_obj
467
468 def submit_at(self, _runat, interval, fn, *args, **kwargs):
469 return self._submit_at(_runat, interval, fn, True, args, kwargs)
470
471 def submit_done_at(self, _runat, interval, fn, done_callback, *args, **kwargs):
472 return self._submit_at(_runat, interval, fn, done_callback, args, kwargs)

Callers 1

ex_schedule.pyFile · 0.80

Calls 1

_submit_atMethod · 0.95

Tested by

no test coverage detected