MCPcopy
hub / github.com/raiden-network/raiden / remove

Method remove

raiden/raiden_service.py:579–580  ·  view source on GitHub ↗
(_: Any)

Source from the content-addressed store, hash-verified

577 """Ensures an error on the passed greenlet crashes self/main greenlet."""
578
579 def remove(_: Any) -> None:
580 self.greenlets.remove(greenlet)
581
582 self.greenlets.append(greenlet)
583 greenlet.link_exception(self.on_error)

Callers 15

wait_for_reachableFunction · 0.80
remove_callbackMethod · 0.80
_maybe_run_callbacksMethod · 0.80
on_successMethod · 0.80
subprocess_stoppedMethod · 0.80
_check_and_sendMethod · 0.80
on_successMethod · 0.80
handle_batch_unlockFunction · 0.80
inplace_delete_messageFunction · 0.80
compute_locks_withoutFunction · 0.80

Calls

no outgoing calls

Tested by 2

wait_for_reachableFunction · 0.64