unclechu's fork of gRPC-haskell
Go to file
Connor Clark 091bf4a457 Improve call-related code (#14)
* projections from CallDetails

* refactor Call, refactor clientRegisteredRequest, handle null error

* split ServerCall into separate reg/unreg types

* pass method name to unreg call handler, finish destroyServerUnregCall
2016-06-02 08:46:20 -07:00
cbits Improve call-related code (#14) 2016-06-02 08:46:20 -07:00
include Improve call-related code (#14) 2016-06-02 08:46:20 -07:00
src/Network/GRPC Improve call-related code (#14) 2016-06-02 08:46:20 -07:00
tests Improve call-related code (#14) 2016-06-02 08:46:20 -07:00
.gitignore match signatures between header and code 2016-04-25 14:04:32 -07:00
grpc-haskell.cabal fix warnings, stylish-haskell, wibbles 2016-05-25 16:26:28 -07: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 match signatures between header and code 2016-04-25 14:04:32 -07:00