Skip to content

Commit e87e41e

Browse files
committed
docs: finished Changelog locking note
1 parent aa15975 commit e87e41e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/changelog.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ Enhancements
4949
* `#419 <https://github.com/dw/mitogen/issues/419>`_: 2 network round-trips
5050
were removed from early connection setup.
5151

52-
* `? <https://github.com/dw/mitogen/commit/7ae926b3>`_,
53-
`? <https://github.com/dw/mitogen/commit/7ae926b3>`_,
54-
`? <https://github.com/dw/mitogen/commit/7ae926b3>`_,
55-
`? <https://github.com/dw/mitogen/commit/7ae926b3>`_: locking is avoided in
56-
some hot paths, and locks that must be taken are held for less time.
52+
* `d6faff06 <https://github.com/dw/mitogen/commit/d6faff06>`_,
53+
`807cbef9 <https://github.com/dw/mitogen/commit/807cbef9>`_,
54+
`e93762b3 <https://github.com/dw/mitogen/commit/e93762b3>`_,
55+
`50bfe4c7 <https://github.com/dw/mitogen/commit/50bfe4c7>`_: locking is
56+
avoided on hot paths, and some locks are released earlier, before waking a
57+
thread that must immediately take the same lock.
5758

5859

5960
Mitogen for Ansible

0 commit comments

Comments
 (0)