MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / call_soon

Method call_soon

opcua/common/utils.py:163–164  ·  view source on GitHub ↗
(self, callback)

Source from the content-addressed store, hash-verified

161 self.loop = None
162
163 def call_soon(self, callback):
164 self.loop.call_soon_threadsafe(callback)
165
166 def call_later(self, delay, callback):
167 """

Callers 2

stopMethod · 0.80
_trigger_publishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected