unclechu's fork of gRPC-haskell
Go to file
Connor Clark 65026eb79c Fix async race causing crash on server shutdown (#43)
* clean up forked threads before shutting down server

* get rid of sleep, wait until all forked threads are dead to shutdown server

* add todo
2016-07-18 11:04:01 -05:00
cbits High-level unregistered concurrent interface (#41) 2016-07-14 09:53:28 -07:00
examples/echo fix up handler type, tweak ServerCall record names (#42) 2016-07-14 16:33:56 -07:00
include High-level unregistered concurrent interface (#41) 2016-07-14 09:53:28 -07:00
src/Network/GRPC Fix async race causing crash on server shutdown (#43) 2016-07-18 11:04:01 -05:00
tests fix up handler type, tweak ServerCall record names (#42) 2016-07-14 16:33:56 -07:00
.gitignore ignore compiled cpp binaries (#31) 2016-06-22 10:41:38 -07:00
grpc-haskell.cabal Fix async race causing crash on server shutdown (#43) 2016-07-18 11:04:01 -05:00
LICENSE Initial commit. 2015-02-27 18:14:32 +01:00
Setup.hs Initial commit. 2015-02-27 18:14:32 +01:00
stack.yaml Joel/highlevelv2 (#40) 2016-07-12 11:28:21 -07:00