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 5d38cb3 commit 6d98b61Copy full SHA for 6d98b61
changelog
@@ -1,5 +1,6 @@
1
2
* Fix a segfault when reading the stream multithreaded, #7
3
+ * New experimental cabal flag 'non-blocking-ffi' for 'safe' ffi calls
4
5
0.6.1.1 Duncan Coutts <duncan@community.haskell.org> April 2015
6
zlib.cabal
@@ -38,6 +38,7 @@ source-repository head
38
39
flag non-blocking-ffi
40
default: False
41
+ manual: True
42
description: The (de)compression calls can sometimes take a long time, which
43
prevents other Haskell threads running. Enabling this flag
44
avoids this unfairness, but with greater overall cost.
0 commit comments