MCPcopy Create free account
hub / github.com/bugy/script-server / _start_task

Method _start_task

src/web/script_config_socket.py:114–119  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

112 LOGGER.exception('Failed to process message ' + text)
113
114 def _start_task(self, func):
115 future = tornado.ioloop.IOLoop.current().run_in_executor(
116 executor=self._executor,
117 func=func)
118
119 return future
120
121 def _set_parameter_value(self, parameter, value, client_state_version):
122 self._latest_client_state_version = client_state_version

Callers 2

on_messageMethod · 0.95
_prepare_modelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected