MCPcopy
hub / github.com/python-trio/trio / remove

Method remove

src/trio/_core/_run.py:272–273  ·  view source on GitHub ↗
(self, deadline: float, cancel_scope: CancelScope)

Source from the content-addressed store, hash-verified

270 self._active += 1
271
272 def remove(self, deadline: float, cancel_scope: CancelScope) -> None:
273 self._active -= 1
274
275 def next_deadline(self) -> float:
276 while self._heap:

Callers 15

abort_fnMethod · 0.45
release_on_behalf_ofMethod · 0.45
open_tcp_streamFunction · 0.45
send_nowaitMethod · 0.45
abort_fnMethod · 0.45
closeMethod · 0.45
receive_nowaitMethod · 0.45
abort_fnMethod · 0.45
closeMethod · 0.45
process_eventsMethod · 0.45
_refresh_afdMethod · 0.45

Calls

no outgoing calls