MCPcopy Create free account
hub / github.com/apache/qpid-proton / on_sendable

Method on_sendable

python/examples/tx_send.py:48–49  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

46 self.send()
47
48 def on_sendable(self, event):
49 self.send()
50
51 def send(self):
52 while self.transaction and self.sender.credit and (self.committed + self.current_batch) < self.total:

Callers

nothing calls this directly

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected