gRPC-haskell icon indicating copy to clipboard operation
gRPC-haskell copied to clipboard

foreign calls should be imported interruptible

Open gbaz opened this issue 5 years ago • 1 comments

https://downloads.haskell.org/~ghc/8.4.1/docs/html/users_guide/ffi-chap.html#interruptible-foreign-calls

But to do so requires interruptible to be added to c2hs, which is this as yet unmerged PR: https://github.com/haskell/c2hs/pull/177

gbaz avatar Apr 05 '19 20:04 gbaz

This PR is now merged. Thanks for your patience.

deech avatar Apr 06 '19 01:04 deech