MCPcopy Index your code
hub / github.com/python/cpython / call_soon_threadsafe

Method call_soon_threadsafe

Lib/asyncio/events.py:333–334  ·  view source on GitHub ↗
(self, callback, *args, context=None)

Source from the content-addressed store, hash-verified

331 # Methods for interacting with threads.
332
333 def call_soon_threadsafe(self, callback, *args, context=None):
334 raise NotImplementedError
335
336 def run_in_executor(self, executor, func, *args):
337 raise NotImplementedError

Callers 15

runcodeMethod · 0.45
runMethod · 0.45
_do_waitpidMethod · 0.45
_call_check_cancelFunction · 0.45
_call_set_stateFunction · 0.45
run_coroutine_threadsafeFunction · 0.45
_on_sigintMethod · 0.45
progMethod · 0.45
serveMethod · 0.45
wrapperMethod · 0.45
serverMethod · 0.45

Calls

no outgoing calls

Tested by 13

progMethod · 0.36
serveMethod · 0.36
wrapperMethod · 0.36
serverMethod · 0.36
run_in_threadMethod · 0.36
test_closeMethod · 0.36
threadMainMethod · 0.36
serveMethod · 0.36
check_in_threadMethod · 0.36
test_call_coroutineMethod · 0.36