unclechu's fork of gRPC-haskell
Find a file
Connor Clark 1907fa66c4 Server-side call cancellation (#26)
* begin module with LowLevel tests of Op stuff, cancel functions, refactor Ops a little.

* refactor op tests, add server-side cancellation test

* add cancel function for unregistered calls, move some unregistered stuff

* remove unnecessary threadDelay

* update test description

* fix init metadata api for registered server calls

* pass call into handler for cancelling, add cancel test
2016-06-13 13:51:53 -07:00
cbits Add tests, fix some Valgrind errors (#25) 2016-06-13 09:25:32 -05:00
examples/echo Server-side call cancellation (#26) 2016-06-13 13:51:53 -07:00
include update for grpc 0.14.0 2016-06-09 15:29:21 -07:00
src/Network/GRPC Server-side call cancellation (#26) 2016-06-13 13:51:53 -07:00
tests Server-side call cancellation (#26) 2016-06-13 13:51:53 -07: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