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 3e67f7d commit e32331aCopy full SHA for e32331a
CHANGES.md
@@ -6,6 +6,8 @@ New features:
6
7
- Add `Eio.Pool.use ~never_block` (@SGrondin #657, reviewed by @talex5).
8
9
+- Add `Eio_unix.Net.import_socket_listening` (@alyssais #733).
10
+
11
- Add `Eio.Time.Timeout.sleep` (@talex5 #726).
12
13
Documentation:
@@ -29,6 +31,8 @@ Linux backend:
29
31
30
32
- Split flow into its own file (@talex5 #727).
33
34
+- Add work-around for signals race (@talex5 #734).
35
36
POSIX backend:
37
38
- Add `_BSD_SOURCE` flag to fix build on OpenBSD (@prgbln #722).
0 commit comments