gRPC-haskell/src/Network/GRPC/LowLevel/CompletionQueue
Olivier Nicole 679e3d7ded Make serverRequestCall interruptible (#30)
Instead of making a blocking foreign call without a timeout, we set a
timeout of one second. This way, the thread returns in Haskell code (and
thus is interruptible) at least every second. This is useful in order to
be able to kill `Server`s, see
https://github.com/awakesecurity/gRPC-haskell/issues/22.
2017-08-21 10:35:05 -05:00
..
Internal.hs High-level unregistered concurrent interface (#41) 2016-07-14 09:53:28 -07:00
Unregistered.hs Make serverRequestCall interruptible (#30) 2017-08-21 10:35:05 -05:00