MCPcopy Create free account
hub / github.com/ActiveState/code / invokeLater

Method invokeLater

recipes/Python/577662_ASIO/recipe-577662.py:319–320  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

317 self.__fdsRegisteredForWrite.discard(fileno)
318
319 def invokeLater(self, event):
320 self.__eventQueue.append(event)
321
322 def registerAsyncSocketForRead(self, asyncSocket):
323 fileno = asyncSocket.fileno()

Callers 8

asyncConnectMethod · 0.80
asyncAcceptMethod · 0.80
asyncReadMethod · 0.80
asyncWriteAllMethod · 0.80
closeMethod · 0.80
handleErrorMethod · 0.80
handleReadMethod · 0.80
handleWriteMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected