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

Method submit_done_at

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

Source from the content-addressed store, hash-verified

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)
473
474 @property
475 def delayed(self):

Callers

nothing calls this directly

Calls 1

_submit_atMethod · 0.95

Tested by

no test coverage detected