unclechu's fork of gRPC-haskell
Go to file
Connor Clark f6e244912a Server call deadlines (#28)
* functions for getting call deadline, checking for expiry

* server registered calls: populate deadline correctly, isExpired predicate

* update debugServerCall
2016-06-16 14:45:55 -05:00
cbits Server call deadlines (#28) 2016-06-16 14:45:55 -05:00
examples/echo fix wrong endpoint test, add test, tweak handler types (#29) 2016-06-16 10:23:54 -05:00
include Server call deadlines (#28) 2016-06-16 14:45:55 -05:00
src/Network/GRPC Server call deadlines (#28) 2016-06-16 14:45:55 -05:00
tests Server call deadlines (#28) 2016-06-16 14:45:55 -05:00
.gitignore Various example/benchmarking code (#16) 2016-06-03 10:34:09 -07:00
grpc-haskell.cabal Server-side call cancellation (#26) 2016-06-13 13:51:53 -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