MCPcopy Create free account
hub / github.com/EasyIME/PIME / future_add_done_callback

Function future_add_done_callback

python/python3/tornado/concurrent.py:236–239  ·  view source on GitHub ↗
(
    future: "futures.Future[_T]", callback: Callable[["futures.Future[_T]"], None]
)

Source from the content-addressed store, hash-verified

234
235@typing.overload
236def future_add_done_callback(
237 future: "futures.Future[_T]", callback: Callable[["futures.Future[_T]"], None]
238) -> None:
239 pass
240
241
242@typing.overload # noqa: F811

Callers 10

try_connectMethod · 0.90
__init__Method · 0.90
multi_futureFunction · 0.90
timeout_callbackFunction · 0.90
with_timeoutFunction · 0.90
add_futureMethod · 0.90
write_headersMethod · 0.90
writeMethod · 0.90
finishMethod · 0.90
chain_futureFunction · 0.85

Calls 2

callbackFunction · 0.70
doneMethod · 0.45

Tested by

no test coverage detected