1
0
Fork 0
mirror of https://github.com/unclechu/gRPC-haskell.git synced 2025-04-27 16:25:21 +02:00
gRPC-haskell/core/src/Network/GRPC
Gabriel Gonzalez d532cec4d1
Make server process killable ()
35163c3 introduced a new use of `mask` which makes the server
process uninterruptible while waiting for a new incoming request.
This change fixes that by surrounding the logic that waits for a
new request with `unmask`.  This new `unmask` should still
respect the finalization guarantees of the surrounding masked
code.
2020-05-28 13:56:03 -04:00
..
LowLevel Make server process killable () 2020-05-28 13:56:03 -04:00
Unsafe Don’t free op array values in op_array_destroy () 2019-11-21 15:47:55 -08:00
LowLevel.hs Extract lowlevel bits into a core package () 2018-01-29 08:59:34 -08:00
Unsafe.chs Upgrade to gRPC 1.22 () 2019-08-22 11:12:21 -05:00