We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9061d4b commit 8a8786bCopy full SHA for 8a8786b
CHANGES.md
@@ -1,3 +1,17 @@
1
+6.0.0 Unreleased.
2
+---
3
+* Solve problem with EINTR.
4
+ Add `send_all_r`, `send_all_msg_r`, `recv_all_r` and `recv_all_msg_r`
5
+ to allow resuming if the calls raise EAGIN or EINTR.
6
+
7
+* Deprecate `send_all`, `send_all_msg`, `recv_all` and `recv_all_msg`
8
+ as resumable functions should be used instead.
9
10
+* Fix deprecation warning on use of Async_kernel.Ivar.fill
11
12
+* lwt and async now retry on EINTR and EAGAIN and handles
13
+ recv|send_*_all function correctly.
14
15
5.3.0
16
---
17
* Add eio binding in zmq-eio (#126, @andersfugmann)
0 commit comments