|
|
@ -161,11 +161,9 @@ Core Library
|
|
|
|
listener no longer crashes if the peer process disappears in the middle of
|
|
|
|
listener no longer crashes if the peer process disappears in the middle of
|
|
|
|
connection setup.
|
|
|
|
connection setup.
|
|
|
|
|
|
|
|
|
|
|
|
* `5adae88d <https://github.com/dw/mitogen/commit/5adae88d>`_ a new
|
|
|
|
* A new :class:`mitogen.parent.CallChain` class abstracts safe pipelining of
|
|
|
|
`mitogen_chain` keyword argument is accepted by
|
|
|
|
overlapping chains of unrelated function calls to a target context,
|
|
|
|
:meth:`mitogen.parent.Context.call_async`, allowing overlapping chains of
|
|
|
|
cancelling the chain if an exception occurs.
|
|
|
|
function calls to be pipelined to a context, while cancelling the chain on
|
|
|
|
|
|
|
|
the first exception.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks!
|
|
|
|
Thanks!
|
|
|
|